Add missing TextureCubeMapArray texture type entry
This commit is contained in:
parent
febc2ad6f4
commit
b1300e3071
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ namespace Ryujinx.Graphics.Gal.OpenGL
|
|||
type,
|
||||
IntPtr.Zero);
|
||||
break;
|
||||
case TextureTarget.TextureCubeMapArray:
|
||||
case TextureTarget.Texture2DArray:
|
||||
GL.TexImage3D(
|
||||
target,
|
||||
|
|
Loading…
Add table
Reference in a new issue