mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 13:32:59 +01:00
Fixed uniform type.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user