pub fn queue_oit_resolve_pipeline(
commands: Commands<'_, '_>,
pipeline_cache: Res<'_, PipelineCache>,
resolve_pipeline: Res<'_, OitResolvePipeline>,
views: Query<'_, '_, (Entity, &ExtractedView, &OrderIndependentTransparencySettings), With<OrderIndependentTransparencySettings>>,
cached_pipeline_id: Local<'_, EntityHashMap<(OitResolvePipelineKey, CachedRenderPipelineId)>>,
)