[vendor:directx/d3d_compiler] Added default include file handler

This commit is contained in:
ftphikari
2023-07-12 00:56:01 +03:00
parent 3b8515beb0
commit 24c3ec235a

View File

@@ -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,