Experimenting with clip mode but it doesn't work like I think it does.

This commit is contained in:
Ben Vanik
2015-03-06 19:27:45 -08:00
parent 9db38ac860
commit a1e68c0036
2 changed files with 14 additions and 9 deletions

View File

@@ -300,6 +300,7 @@ class CommandProcessor {
struct UpdateViewportStateRegisters {
uint32_t pa_sc_window_scissor_tl;
uint32_t pa_sc_window_scissor_br;
uint32_t pa_cl_clip_cntl;
UpdateViewportStateRegisters() { Reset(); }
void Reset() { std::memset(this, 0, sizeof(*this)); }