Revert "Revert 42b1104 (#1499)"

This reverts commit c1f3271a37.
This commit is contained in:
Branimir Karadžić 2018-09-23 21:37:22 -07:00
parent c1f3271a37
commit 17dc04af17

View File

@ -4487,7 +4487,7 @@ BX_TRACE("%d, %d, %d, %s", _array, _srgb, _mipAutogen, getName(_format) );
GL_CHECK(glVertexAttribDivisor(loc, 0) );
uint32_t baseVertex = _baseVertex*_vertexDecl.m_stride + _vertexDecl.m_offset[attr];
if (NULL != glVertexAttribIPointer
if ( (BX_ENABLED(BGFX_CONFIG_RENDERER_OPENGL >= 30) || BX_ENABLED(BGFX_CONFIG_RENDERER_OPENGLES >= 31) )
&& (AttribType::Uint8 == type || AttribType::Int16 == type)
&& !normalized)
{