mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-24 04:53:28 -04:00
Merge branch 'master' of github.com:bkaradzic/bgfx
This commit is contained in:
commit
06314151c5
1 changed files with 1 additions and 1 deletions
|
@ -1732,7 +1732,7 @@ namespace bgfx { namespace d3d9
|
|||
UniformRegistry m_uniformReg;
|
||||
void* m_uniforms[BGFX_CONFIG_MAX_UNIFORMS];
|
||||
|
||||
uint32_t m_samplerFlags[BGFX_CONFIG_MAX_TEXTURE_SAMPLERS][1];
|
||||
uint32_t m_samplerFlags[BGFX_CONFIG_MAX_TEXTURE_SAMPLERS][2];
|
||||
|
||||
TextureD3D9* m_updateTexture;
|
||||
uint8_t* m_updateTextureBits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue