Add missing TextureCubeMapArray texture type entry

This commit is contained in:
jduncanator 2019-04-11 22:29:42 +10:00
parent febc2ad6f4
commit b1300e3071

View file

@ -95,6 +95,7 @@ namespace Ryujinx.Graphics.Gal.OpenGL
type,
IntPtr.Zero);
break;
case TextureTarget.TextureCubeMapArray:
case TextureTarget.Texture2DArray:
GL.TexImage3D(
target,