Struct bedrock::PipelineCache [] [src]

pub struct PipelineCache(_, _);

Opaque handle to a pipeline cache object

Trait Implementations

impl VkHandle for PipelineCache
[src]

[src]

Retrieve an underlying handle

impl DeviceChild for PipelineCache
[src]

[src]

Retrieve a reference to a device object that creates this object

Auto Trait Implementations

impl !Send for PipelineCache

impl !Sync for PipelineCache