Pica: Added the primitive_restart register (0x25f) to the registers map.

This commit is contained in:
Subv 2015-08-31 09:14:18 -05:00
parent 149ea561a6
commit 58a04c0776
2 changed files with 5 additions and 1 deletions

View file

@ -55,6 +55,7 @@ std::string Regs::GetCommandName(int index) {
ADD_FIELD(vs_default_attributes_setup);
ADD_FIELD(command_buffer);
ADD_FIELD(triangle_topology);
ADD_FIELD(restart_primitive);
ADD_FIELD(gs.bool_uniforms);
ADD_FIELD(gs.int_uniforms);
ADD_FIELD(gs.main_offset);