Struct bedrock::Fence [] [src]

pub struct Fence(pub VkFence, _);

Opaque handle to a fence object

Trait Implementations

impl VkHandle for Fence
[src]

[src]

Retrieve an underlying handle

impl DeviceChild for Fence
[src]

[src]

Retrieve a reference to a device object that creates this object

impl Send for Fence
[src]

impl Sync for Fence
[src]