mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +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,
|
Close: proc "stdcall" (this: ^ID3DInclude, pData: rawptr) -> HRESULT,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Default file includer
|
||||||
|
D3DCOMPILE_STANDARD_FILE_INCLUDE :: cast(^ID3DInclude)uintptr(1)
|
||||||
|
|
||||||
|
|
||||||
ID3D11Module :: struct #raw_union {
|
ID3D11Module :: struct #raw_union {
|
||||||
#subtype iunknown: IUnknown,
|
#subtype iunknown: IUnknown,
|
||||||
|
|||||||
Reference in New Issue
Block a user