[−][src]Trait azul_webrender::ProgramCacheObserver
The interfaces that an application can implement to handle ProgramCache update
Required methods
fn save_shaders_to_disk(&self, entries: Vec<Arc<ProgramBinary>>)
fn set_startup_shaders(&self, entries: Vec<Arc<ProgramBinary>>)
fn try_load_shader_from_disk(
&self,
digest: &ProgramSourceDigest,
program_cache: &Rc<ProgramCache>
)
&self,
digest: &ProgramSourceDigest,
program_cache: &Rc<ProgramCache>
)