mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Merge pull request #1697 from bencoyote/fix_texture_array
Fix GL texture array
This commit is contained in:
@@ -4792,7 +4792,7 @@ BX_TRACE("%d, %d, %d, %s", _array, _srgb, _mipAutogen, getName(_format) );
|
||||
if (!init(target
|
||||
, ti.width
|
||||
, ti.height
|
||||
, ti.depth
|
||||
, textureArray ? ti.numLayers : ti.depth
|
||||
, ti.numMips
|
||||
, _flags
|
||||
) )
|
||||
|
||||
Reference in New Issue
Block a user