From 227e9cf7b247685987bfccc464d8e9f28a1bad14 Mon Sep 17 00:00:00 2001 From: jduncanator Date: Thu, 11 Apr 2019 23:17:02 +1000 Subject: [PATCH] Duplicate comment from other Create path --- Ryujinx.Graphics/Gal/OpenGL/OglTexture.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ryujinx.Graphics/Gal/OpenGL/OglTexture.cs b/Ryujinx.Graphics/Gal/OpenGL/OglTexture.cs index ff3d127ce5..b6bf36c58e 100644 --- a/Ryujinx.Graphics/Gal/OpenGL/OglTexture.cs +++ b/Ryujinx.Graphics/Gal/OpenGL/OglTexture.cs @@ -95,6 +95,8 @@ namespace Ryujinx.Graphics.Gal.OpenGL type, IntPtr.Zero); break; + // Cube map arrays are just 2D texture arrays with 6 entries + // per cube map so we can handle them in the same way case TextureTarget.TextureCubeMapArray: case TextureTarget.Texture2DArray: GL.TexImage3D(