Fix GL.CreateBuffers -> GL.GenBuffers (#189)
This commit is contained in:
parent
c8bedf558c
commit
cd159367d1
@ -83,7 +83,7 @@ namespace Ryujinx.Graphics.Gal.OpenGL
|
|||||||
{
|
{
|
||||||
Memory = new byte[MaxSize];
|
Memory = new byte[MaxSize];
|
||||||
|
|
||||||
GL.CreateBuffers(1, out int Handle);
|
GL.GenBuffers(1, out int Handle);
|
||||||
|
|
||||||
GL.BindBuffer(Target, Handle);
|
GL.BindBuffer(Target, Handle);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user