From 12831d21254b913a35b1e8fa44b2afd16459b451 Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Mon, 19 Jun 2017 22:04:08 +0200 Subject: [PATCH] include: Add D3D12_DRAW_ARGUMENTS. --- include/d3d12.idl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/d3d12.idl b/include/d3d12.idl index 94abf577..5cb71c8f 100644 --- a/include/d3d12.idl +++ b/include/d3d12.idl @@ -123,6 +123,14 @@ typedef struct D3D12_RESOURCE_ALLOCATION_INFO UINT64 Alignment; } D3D12_RESOURCE_ALLOCATION_INFO; +typedef struct D3D12_DRAW_ARGUMENTS +{ + UINT VertexCountPerInstance; + UINT InstanceCount; + UINT StartVertexLocation; + UINT StartInstanceLocation; +} D3D12_DRAW_ARGUMENTS; + typedef enum D3D12_HEAP_TYPE { D3D12_HEAP_TYPE_DEFAULT = 1,