Преглед на файлове

Fix typo: SprivShaderPassThrough -> SpirvShaderPassthrough

Matthew Pohlmann преди 6 месеца
родител
ревизия
397de28580
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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,