mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 12:18:15 +00:00
Fix typo: SprivShaderPassThrough -> SpirvShaderPassthrough
This commit is contained in:
Vendored
+1
-1
@@ -301,7 +301,7 @@ FeatureName :: enum i32 {
|
|||||||
// PolygonModePoint,
|
// PolygonModePoint,
|
||||||
// ConservativeRasterization,
|
// ConservativeRasterization,
|
||||||
// ClearTexture,
|
// ClearTexture,
|
||||||
SprivShaderPassThrough = 0x00030017,
|
SpirvShaderPassthrough = 0x00030017,
|
||||||
// MultiView,
|
// MultiView,
|
||||||
VertexAttribute64bit = 0x00030019,
|
VertexAttribute64bit = 0x00030019,
|
||||||
TextureFormatNv12,
|
TextureFormatNv12,
|
||||||
|
|||||||
Reference in New Issue
Block a user