mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-19 14:11:07 +00:00
Add missing ,
This commit is contained in:
2
vendor/directx/d3d12/d3d12.odin
vendored
2
vendor/directx/d3d12/d3d12.odin
vendored
@@ -1217,7 +1217,7 @@ FEATURE_DATA_OPTIONS11 :: struct {
|
||||
TRI_STATE :: enum i32 {
|
||||
UNKNOWN = -1,
|
||||
FALSE = 0,
|
||||
TRUE = 1
|
||||
TRUE = 1,
|
||||
}
|
||||
|
||||
FEATURE_DATA_OPTIONS12 :: struct {
|
||||
|
||||
Reference in New Issue
Block a user