Pica: Add the vertex_offset register to the Pica registers map.
This commit is contained in:
parent
e77dc4e9d2
commit
149ea561a6
2 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,7 @@ std::string Regs::GetCommandName(int index) {
|
|||
ADD_FIELD(vertex_attributes);
|
||||
ADD_FIELD(index_array);
|
||||
ADD_FIELD(num_vertices);
|
||||
ADD_FIELD(vertex_offset);
|
||||
ADD_FIELD(trigger_draw);
|
||||
ADD_FIELD(trigger_draw_indexed);
|
||||
ADD_FIELD(vs_default_attributes_setup);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue