Przeglądaj źródła

Fix typo: SprivShaderPassThrough -> SpirvShaderPassthrough

Matthew Pohlmann 6 miesięcy temu
rodzic
commit
397de28580
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      vendor/wgpu/wgpu.odin

+ 1 - 1
vendor/wgpu/wgpu.odin

@@ -301,7 +301,7 @@ FeatureName :: enum i32 {
 	// PolygonModePoint,
 	// ConservativeRasterization,
 	// ClearTexture,
-	SprivShaderPassThrough = 0x00030017,
+	SpirvShaderPassthrough = 0x00030017,
 	// MultiView,
 	VertexAttribute64bit = 0x00030019,
 	TextureFormatNv12,