This commit is contained in:
Emerson Coskey 2025-07-13 12:39:28 -07:00
parent 74d91e0f17
commit 33fcee8393
No known key found for this signature in database

View File

@ -148,8 +148,8 @@ pub struct MyPipeline {
// the base_descriptor and specializer each hold onto the static
// wgpu resources (layout, shader handles), so we don't need
// explicit fields for them here. However, real-world cases
// may still need to duplicate them as fields to create bind
// groups from, etc.
// may still need to expose them as fields to create bind groups
// from, for example.
specialized_cache: SpecializedCache<RenderPipeline, MySpecializer>,
}