mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 13:03:05 +01:00
committed by
GitHub
parent
d61e8a311f
commit
65ae59a82b
@@ -7134,7 +7134,7 @@ namespace bgfx { namespace gl
|
||||
const TextureGL& src = m_textures[bi.m_src.idx];
|
||||
const TextureGL& dst = m_textures[bi.m_dst.idx];
|
||||
|
||||
BX_ASSERT(0 == bi.m_srcZ && 0 == bi.m_dstZ && 0 == bi.m_depth
|
||||
BX_ASSERT(0 == bi.m_srcZ && 0 == bi.m_dstZ && 1 >= bi.m_depth
|
||||
, "Blitting 3D regions is not supported"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user