phrasing
This commit is contained in:
parent
74d91e0f17
commit
33fcee8393
@ -148,8 +148,8 @@ pub struct MyPipeline {
|
|||||||
// the base_descriptor and specializer each hold onto the static
|
// the base_descriptor and specializer each hold onto the static
|
||||||
// wgpu resources (layout, shader handles), so we don't need
|
// wgpu resources (layout, shader handles), so we don't need
|
||||||
// explicit fields for them here. However, real-world cases
|
// explicit fields for them here. However, real-world cases
|
||||||
// may still need to duplicate them as fields to create bind
|
// may still need to expose them as fields to create bind groups
|
||||||
// groups from, etc.
|
// from, for example.
|
||||||
specialized_cache: SpecializedCache<RenderPipeline, MySpecializer>,
|
specialized_cache: SpecializedCache<RenderPipeline, MySpecializer>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user