From b1300e3071a52ed6ffecc4e3bacc7c7c6cf46bce Mon Sep 17 00:00:00 2001 From: jduncanator Date: Thu, 11 Apr 2019 22:29:42 +1000 Subject: [PATCH] Add missing TextureCubeMapArray texture type entry --- Ryujinx.Graphics/Gal/OpenGL/OglTexture.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Ryujinx.Graphics/Gal/OpenGL/OglTexture.cs b/Ryujinx.Graphics/Gal/OpenGL/OglTexture.cs index 191f6e3deb..ff3d127ce5 100644 --- a/Ryujinx.Graphics/Gal/OpenGL/OglTexture.cs +++ b/Ryujinx.Graphics/Gal/OpenGL/OglTexture.cs @@ -95,6 +95,7 @@ namespace Ryujinx.Graphics.Gal.OpenGL type, IntPtr.Zero); break; + case TextureTarget.TextureCubeMapArray: case TextureTarget.Texture2DArray: GL.TexImage3D( target,