mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-06-08 03:13:52 +00:00
This commit is contained in:
committed by
GitHub
parent
e92490c3f7
commit
5ce8af5d4f
@@ -6117,7 +6117,7 @@ namespace bgfx { namespace gl
|
|||||||
;
|
;
|
||||||
const bool unpackRowLength = !!BGFX_CONFIG_RENDERER_OPENGL || s_extension[Extension::EXT_unpack_subimage].m_supported;
|
const bool unpackRowLength = !!BGFX_CONFIG_RENDERER_OPENGL || s_extension[Extension::EXT_unpack_subimage].m_supported;
|
||||||
const bool convert = false
|
const bool convert = false
|
||||||
|| (compressed && m_textureFormat != m_requestedFormat)
|
|| m_textureFormat != m_requestedFormat
|
||||||
|| swizzle
|
|| swizzle
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user