Pica: Add the vertex_offset register to the Pica registers map.

This commit is contained in:
Subv 2015-08-31 07:02:30 -05:00
parent e77dc4e9d2
commit 149ea561a6
2 changed files with 2 additions and 0 deletions

View file

@ -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);