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,
|
type,
|
||||||
IntPtr.Zero);
|
IntPtr.Zero);
|
||||||
break;
|
break;
|
||||||
|
case TextureTarget.TextureCubeMapArray:
|
||||||
case TextureTarget.Texture2DArray:
|
case TextureTarget.Texture2DArray:
|
||||||
GL.TexImage3D(
|
GL.TexImage3D(
|
||||||
target,
|
target,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue