We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54a159 commit c22c062Copy full SHA for c22c062
wgpu-core/src/binding_model.rs
@@ -183,7 +183,7 @@ pub enum CreateBindGroupError {
183
},
184
#[error("Bound texture views can not have both depth and stencil aspects enabled")]
185
DepthStencilAspect,
186
- #[error("The adapter does not support read access for storages texture of format {0:?}")]
+ #[error("The adapter does not support read access for storage textures of format {0:?}")]
187
StorageReadNotSupported(wgt::TextureFormat),
188
#[error(transparent)]
189
ResourceUsageCompatibility(#[from] ResourceUsageCompatibilityError),
0 commit comments