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 |
r244966 | r244967 | |
---|---|---|
3921 | 3921 | && bx::findIdentifierMatch(code, s_ARB_shader_texture_lod) |
3922 | 3922 | ; |
3923 | 3923 | |
3924 | bool usesIUsamplers = bx::findIdentifierMatch(code, s_uisamplers); | |
3924 | bool usesIUsamplers = !!bx::findIdentifierMatch(code, s_uisamplers); | |
3925 | 3925 | |
3926 | 3926 | uint32_t version = usesIUsamplers ? 130 : (usesTextureLod ? 120 : 0); |
3927 | 3927 |
https://github.com/mamedev/mame/commit/becf4a8823c1f029ea6605e02fddd5f439c3e9b1 |
Previous | 199869 Revisions | Next |