mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
@@ -138,7 +138,8 @@ public:
|
|||||||
|
|
||||||
inline void irrGlDrawBuffer(GLenum mode)
|
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)
|
inline void irrGlDrawBuffers(GLsizei n, const GLenum *bufs)
|
||||||
|
Reference in New Issue
Block a user