wgpu::custom

Trait PipelineCacheInterface

Source
pub trait PipelineCacheInterface: CommonTraits {
    // Required method
    fn get_data(&self) -> Option<Vec<u8>>;
}
Available on custom only.

Required Methods§

Source

fn get_data(&self) -> Option<Vec<u8>>

Implementors§

Source§

impl PipelineCacheInterface for CorePipelineCache

Available on wgpu_core only.