Implement vertex array first and subsequent draws
This commit is contained in:
parent
a8bd02acd8
commit
32ad99701d
2 changed files with 25 additions and 1 deletions
|
@ -66,6 +66,8 @@ public:
|
|||
|
||||
void DrawArray(PrimitiveTopology topology, u32 vertex_first, u32 vertex_count,
|
||||
u32 base_instance, u32 num_instances);
|
||||
void DrawArrayInstanced(PrimitiveTopology topology, u32 vertex_first, u32 vertex_count,
|
||||
bool subsequent);
|
||||
|
||||
void DrawIndex(PrimitiveTopology topology, u32 index_first, u32 index_count, u32 base_index,
|
||||
u32 base_instance, u32 num_instances);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue