Struct glium::LinearSyncFence
[−]
[src]
#[must_use]pub struct LinearSyncFence { /* fields omitted */ }
Prototype for a SyncFence.
The fence must be consumed with either into_sync_fence, otherwise
the destructor will panic.
Methods
impl LinearSyncFence[src]
pub fn into_sync_fence<F: ?Sized>(self, facade: &F) -> SyncFence where
F: Facade, [src]
F: Facade,
Turns the prototype into a real fence.