Function bevy::pbr::generate_view_layouts
source · pub fn generate_view_layouts(
render_device: &RenderDevice,
clustered_forward_buffer_binding_type: BufferBindingType
) -> [MeshPipelineViewLayout; 32]
Expand description
Generates all possible view layouts for the mesh pipeline, based on all combinations of
MeshPipelineViewLayoutKey
flags.