mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
parent
0889048cb5
commit
472742266b
@ -138,7 +138,8 @@ public:
|
||||
|
||||
inline void irrGlDrawBuffer(GLenum mode)
|
||||
{
|
||||
GL.DrawBuffer(mode);
|
||||
// GLES only has DrawBuffers, so use that
|
||||
GL.DrawBuffers(1, &mode);
|
||||
}
|
||||
|
||||
inline void irrGlDrawBuffers(GLsizei n, const GLenum *bufs)
|
||||
|
Loading…
Reference in New Issue
Block a user