forked from Mirrorlandia_minetest/irrlicht
OpenGL3: drop unused ExtensionHandler functions
This commit is contained in:
parent
5f88555ed3
commit
efb660e7ed
@ -139,10 +139,6 @@ namespace video
|
|||||||
glGenerateMipmap(target);
|
glGenerateMipmap(target);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void irrGlActiveStencilFace(GLenum face)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
inline void irrGlDrawBuffer(GLenum mode)
|
inline void irrGlDrawBuffer(GLenum mode)
|
||||||
{
|
{
|
||||||
glDrawBuffer(mode);
|
glDrawBuffer(mode);
|
||||||
@ -163,34 +159,6 @@ namespace video
|
|||||||
glBlendEquation(mode);
|
glBlendEquation(mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void irrGlEnableIndexed(GLenum target, GLuint index)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
inline void irrGlDisableIndexed(GLenum target, GLuint index)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
inline void irrGlColorMaskIndexed(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
inline void irrGlBlendFuncIndexed(GLuint buf, GLenum src, GLenum dst)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
inline void irrGlBlendFuncSeparateIndexed(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
inline void irrGlBlendEquationIndexed(GLuint buf, GLenum mode)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
inline void irrGlBlendEquationSeparateIndexed(GLuint buf, GLenum modeRGB, GLenum modeAlpha)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void addExtension(const char *name);
|
void addExtension(const char *name);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user