Struct bedrock::Pipeline [] [src]

pub struct Pipeline(_, _);

Opaque handle to a pipeline object

Trait Implementations

impl VkHandle for Pipeline
[src]

[src]

Retrieve an underlying handle

impl DeviceChild for Pipeline
[src]

[src]

Retrieve a reference to a device object that creates this object

Auto Trait Implementations

impl !Send for Pipeline

impl !Sync for Pipeline