mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Merge branch 'master' of github.com:bkaradzic/bgfx
This commit is contained in:
@@ -3837,6 +3837,12 @@ namespace bgfx { namespace gl
|
||||
) );
|
||||
}
|
||||
|
||||
if (!convert
|
||||
&& unpackRowLength)
|
||||
{
|
||||
GL_CHECK(glPixelStorei(GL_UNPACK_ROW_LENGTH, 0) );
|
||||
}
|
||||
|
||||
if (NULL != temp)
|
||||
{
|
||||
BX_FREE(g_allocator, temp);
|
||||
|
||||
Reference in New Issue
Block a user