pub fn write_render_visibility_ranges(
render_device: Res<'_, RenderDevice>,
render_queue: Res<'_, RenderQueue>,
render_visibility_ranges: ResMut<'_, RenderVisibilityRanges>,
)
Expand description
Writes the RenderVisibilityRanges
table to the GPU.