mirror of
https://github.com/odin-lang/Odin.git
synced 2026-03-03 07:08:20 +00:00
[vendor:directx/d3d_compiler] Added default include file handler
This commit is contained in:
@@ -149,6 +149,9 @@ ID3DInclude_VTable :: struct {
|
||||
Close: proc "stdcall" (this: ^ID3DInclude, pData: rawptr) -> HRESULT,
|
||||
}
|
||||
|
||||
// Default file includer
|
||||
D3DCOMPILE_STANDARD_FILE_INCLUDE :: cast(^ID3DInclude)uintptr(1)
|
||||
|
||||
|
||||
ID3D11Module :: struct #raw_union {
|
||||
#subtype iunknown: IUnknown,
|
||||
|
||||
Reference in New Issue
Block a user