Fixed uniform type.

This commit is contained in:
Branimir Karadžić 2015-09-01 16:48:01 -07:00
parent 4470f7097c
commit 11d2aa855f

View file

@ -2615,7 +2615,7 @@ namespace bgfx
uint8_t type;
bx::read(&reader, type);
type &= ~BGFX_UNIFORM_FRAGMENTBIT;
type &= ~BGFX_UNIFORM_MASK;
uint8_t num;
bx::read(&reader, num);