mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-29 02:55:36 -05:00
Fixed MSVC warning.
This commit is contained in:
parent
25002b301d
commit
f5f138290e
1 changed files with 1 additions and 1 deletions
|
@ -2413,7 +2413,7 @@ namespace bgfx
|
|||
? BGFX_CAPS_TEXTURE_3D
|
||||
: 0
|
||||
;
|
||||
g_caps.supported |= BGFX_CONFIG_RENDERER_OPENGL|BGFX_CONFIG_RENDERER_OPENGLES3|s_extension[Extension::OES_vertex_half_float].m_supported
|
||||
g_caps.supported |= !!(BGFX_CONFIG_RENDERER_OPENGL|BGFX_CONFIG_RENDERER_OPENGLES3)|s_extension[Extension::OES_vertex_half_float].m_supported
|
||||
? BGFX_CAPS_VERTEX_ATTRIB_HALF
|
||||
: 0
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue