mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
include: Add the ID3D12QueryHeap interface.
This commit is contained in:
parent
2ebba52bef
commit
45b0fa3346
@ -88,7 +88,6 @@ interface ID3D12Fence;
|
|||||||
interface ID3D12RootSignature;
|
interface ID3D12RootSignature;
|
||||||
interface ID3D12Heap;
|
interface ID3D12Heap;
|
||||||
interface ID3D12DescriptorHeap;
|
interface ID3D12DescriptorHeap;
|
||||||
interface ID3D12QueryHeap;
|
|
||||||
interface ID3D12Resource;
|
interface ID3D12Resource;
|
||||||
interface ID3D12CommandAllocator;
|
interface ID3D12CommandAllocator;
|
||||||
interface ID3D12GraphicsCommandList;
|
interface ID3D12GraphicsCommandList;
|
||||||
@ -1475,6 +1474,11 @@ interface ID3D12DescriptorHeap : ID3D12Pageable
|
|||||||
D3D12_GPU_DESCRIPTOR_HANDLE GetGPUDescriptorHandleForHeapStart();
|
D3D12_GPU_DESCRIPTOR_HANDLE GetGPUDescriptorHandleForHeapStart();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
[uuid(0d9658ae-ed45-469e-a61d-970ec583cab4), object, local, pointer_default(unique)]
|
||||||
|
interface ID3D12QueryHeap : ID3D12Pageable
|
||||||
|
{
|
||||||
|
};
|
||||||
|
|
||||||
[uuid(c36a797c-ec80-4f0a-8985-a7b2475082d1), object, local, pointer_default(unique)]
|
[uuid(c36a797c-ec80-4f0a-8985-a7b2475082d1), object, local, pointer_default(unique)]
|
||||||
interface ID3D12CommandSignature : ID3D12Pageable
|
interface ID3D12CommandSignature : ID3D12Pageable
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user