Adjust DIRTY_ALL_UNIFORMS to match the new reality.

This commit is contained in:
Henrik Rydgård 2017-03-23 09:55:29 +01:00
parent 9e78e681ad
commit 4151fc5250

View File

@ -92,7 +92,7 @@ enum : uint64_t {
DIRTY_BONE_UNIFORMS = 0xFF000000ULL,
DIRTY_ALL_UNIFORMS = 0x1FFFFFFFFFULL,
DIRTY_ALL_UNIFORMS = 0x1FFFFFFFFULL,
// Other dirty elements that aren't uniforms!
DIRTY_FRAMEBUF = 1ULL << 40,