Struct bedrock::RenderPass [] [src]

pub struct RenderPass(_, _);

Opaque handle to a render pass object

Trait Implementations

impl VkHandle for RenderPass
[src]

[src]

Retrieve an underlying handle

impl DeviceChild for RenderPass
[src]

[src]

Retrieve a reference to a device object that creates this object

Auto Trait Implementations

impl !Send for RenderPass

impl !Sync for RenderPass