mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Code review fixes
This commit is contained in:
+1
-1
@@ -150,7 +150,7 @@ ID3DInclude_VTable :: struct {
|
||||
}
|
||||
|
||||
// Default file includer
|
||||
D3DCOMPILE_STANDARD_FILE_INCLUDE :: cast(^ID3DInclude)uintptr(1)
|
||||
D3DCOMPILE_STANDARD_FILE_INCLUDE :: (^ID3DInclude)(uintptr(1))
|
||||
|
||||
|
||||
ID3D11Module :: struct #raw_union {
|
||||
|
||||
Reference in New Issue
Block a user