pub trait PipelineCacheInterface: CommonTraits {
// Required method
fn get_data(&self) -> Option<Vec<u8>>;
}Required Methods§
Implementors§
impl PipelineCacheInterface for CorePipelineCache
Available on
wgpu_core only.pub trait PipelineCacheInterface: CommonTraits {
// Required method
fn get_data(&self) -> Option<Vec<u8>>;
}wgpu_core only.