This commit is contained in:
Emerson Coskey 2025-07-13 12:38:24 -07:00
parent 913f53be93
commit 74d91e0f17
No known key found for this signature in database

View File

@ -280,7 +280,7 @@ struct CustomPhaseSpecializer;
#[derive(Resource)]
struct CustomPhasePipeline {
/// the specialized_cache holds onto the shader handle through the base descriptor
/// the `specialized_cache` holds onto the shader handle through the base descriptor
specialized_cache: SpecializedCache<RenderPipeline, CustomPhaseSpecializer>,
}