include: Update the d3d12 header from vkd3d.
This corresponds to vkd3d as of commit acd3ed97dc8e1ac192b2ec6fc19596831a6b61c6. The cpp_quoted #include directive is fixed up to match the file naming outside of vkd3d, renaming the reference to vkd3d_d3d12sdklayers.h back to d3d12sdklayers.h. This matches other renamings that are done at the start of the file for vkd3d renamed idl files as well. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
9b60b671da
commit
65a6019df9
1 changed files with 4 additions and 0 deletions
|
@ -5082,6 +5082,10 @@ interface ID3D12GraphicsCommandList7 : ID3D12GraphicsCommandList6
|
|||
const D3D12_BARRIER_GROUP *barrier_groups);
|
||||
};
|
||||
|
||||
cpp_quote("#ifndef D3D12_IGNORE_SDK_LAYERS")
|
||||
cpp_quote("#include \"d3d12sdklayers.h\"")
|
||||
cpp_quote("#endif")
|
||||
|
||||
typedef HRESULT (__stdcall *PFN_D3D12_CREATE_ROOT_SIGNATURE_DESERIALIZER)(
|
||||
const void *data, SIZE_T data_size, REFIID iid, void **deserializer);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue