Previous 199869 Revisions Next

r36455 Tuesday 17th March, 2015 at 12:57:13 UTC by Oliver Stöneberg
fixed Visual Studio warning in bgfx code (nw)
[3rdparty/bgfx/src]renderer_gl.cpp

trunk/3rdparty/bgfx/src/renderer_gl.cpp
r244966r244967
39213921                  && bx::findIdentifierMatch(code, s_ARB_shader_texture_lod)
39223922                  ;
39233923
3924               bool usesIUsamplers = bx::findIdentifierMatch(code, s_uisamplers);
3924               bool usesIUsamplers = !!bx::findIdentifierMatch(code, s_uisamplers);
39253925
39263926               uint32_t version = usesIUsamplers ? 130 : (usesTextureLod ? 120 : 0);
39273927


Previous 199869 Revisions Next


© 1997-2024 The MAME Team