Discovered new GPU opcode for constant setting.

This commit is contained in:
Ben Vanik
2015-03-15 12:26:40 -07:00
parent 4d61bac00f
commit 341a493bf9
3 changed files with 23 additions and 4 deletions

View File

@@ -172,8 +172,9 @@ class CommandProcessor {
bool ExecutePacketType3_SET_CONSTANT(RingbufferReader* reader,
uint32_t packet, uint32_t count);
bool ExecutePacketType3_LOAD_ALU_CONSTANT(RingbufferReader* reader,
uint32_t packet, uint32_t count);
bool ExecutePacketType3_SET_SHADER_CONSTANTS(RingbufferReader* reader,
uint32_t packet, uint32_t count);
bool ExecutePacketType3_IM_LOAD(RingbufferReader* reader, uint32_t packet,
uint32_t count);
bool ExecutePacketType3_IM_LOAD_IMMEDIATE(RingbufferReader* reader,