mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 21:42:59 +01:00
Fixed issue #912.
This commit is contained in:
@@ -2415,7 +2415,7 @@ namespace bgfx { namespace mtl
|
||||
{
|
||||
if (imageContainer.m_cubeMap)
|
||||
{
|
||||
desc.textureType = MTLTextureTypeCubeArray;
|
||||
desc.textureType = MTLTextureType(6); // MTLTextureTypeCubeArray
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user