mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
include: Add ID3D12Heap.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a32648ade9
commit
add556f0ee
@ -1605,6 +1605,17 @@ interface ID3D12Pageable : ID3D12DeviceChild
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[
|
||||||
|
uuid(6b3b2502-6e51-45b3-90ee-9884265e8df3),
|
||||||
|
object,
|
||||||
|
local,
|
||||||
|
pointer_default(unique)
|
||||||
|
]
|
||||||
|
interface ID3D12Heap : ID3D12Pageable
|
||||||
|
{
|
||||||
|
D3D12_HEAP_DESC GetDesc();
|
||||||
|
}
|
||||||
|
|
||||||
[
|
[
|
||||||
uuid(696442be-a72e-4059-bc79-5b5c98040fad),
|
uuid(696442be-a72e-4059-bc79-5b5c98040fad),
|
||||||
object,
|
object,
|
||||||
|
Loading…
Reference in New Issue
Block a user