Skip to content
Snippets Groups Projects
Commit 12831d21 authored by Henri Verbeet's avatar Henri Verbeet
Browse files

include: Add D3D12_DRAW_ARGUMENTS.

parent 941eefb1
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment