Merge pull request #1697 from bencoyote/fix_texture_array
Fix GL texture array
This commit is contained in:
commit
5013ba134f
@ -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
|
||||
) )
|
||||
|
Loading…
Reference in New Issue
Block a user