Code review fixes

This commit is contained in:
ftphikari
2023-07-13 17:16:32 +03:00
parent b6baee5f77
commit 7990566f6b
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -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 {