aboutsummaryrefslogtreecommitdiff
path: root/vendor/wgpu
diff options
context:
space:
mode:
authorMatthew Pohlmann <matthew.pohlmann@gmail.com>2025-03-02 11:13:41 -0800
committerMatthew Pohlmann <matthew.pohlmann@gmail.com>2025-03-02 11:13:41 -0800
commit397de28580368f8cccdddea4d0f516a89b032a6b (patch)
tree9e0cc41a7bcfd2b9b067e8b13944de192f9008d5 /vendor/wgpu
parentaf897ba689a0224aa94c422e84558777eb5487c6 (diff)
Fix typo: SprivShaderPassThrough -> SpirvShaderPassthrough
Diffstat (limited to 'vendor/wgpu')
-rw-r--r--vendor/wgpu/wgpu.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/wgpu/wgpu.odin b/vendor/wgpu/wgpu.odin
index d05cfedd2..4bbe67d1f 100644
--- a/vendor/wgpu/wgpu.odin
+++ b/vendor/wgpu/wgpu.odin
@@ -301,7 +301,7 @@ FeatureName :: enum i32 {
// PolygonModePoint,
// ConservativeRasterization,
// ClearTexture,
- SprivShaderPassThrough = 0x00030017,
+ SpirvShaderPassthrough = 0x00030017,
// MultiView,
VertexAttribute64bit = 0x00030019,
TextureFormatNv12,