Function bevy::pbr::prepare_preprocess_pipelines
source · pub fn prepare_preprocess_pipelines(
pipeline_cache: Res<'_, PipelineCache>,
pipelines: ResMut<'_, SpecializedComputePipelines<PreprocessPipeline>>,
preprocess_pipelines: ResMut<'_, PreprocessPipelines>
)
Expand description
A system that specializes the mesh_preprocess.wgsl
pipelines if necessary.