mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
Fixed clang warning (sent upstream) (nw)
This commit is contained in:
parent
1c61e69daf
commit
caf2be7074
2
3rdparty/bgfx/src/renderer_d3d9.cpp
vendored
2
3rdparty/bgfx/src/renderer_d3d9.cpp
vendored
@ -1729,7 +1729,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…
Reference in New Issue
Block a user