mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
LibGL: Implement glTexEnvi
This commit is contained in:
parent
eea1b95ead
commit
e2f79c8b5f
Notes:
sideshowbarker
2024-07-17 21:11:03 +09:00
Author: https://github.com/gmta
Commit: e2f79c8b5f
Pull-request: https://github.com/SerenityOS/serenity/pull/11800
Reviewed-by: https://github.com/Quaker762
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/sunverwerth ✅
2 changed files with 6 additions and 0 deletions
|
@ -544,6 +544,7 @@ GLAPI void glTexCoord4fv(const GLfloat* v);
|
|||
GLAPI void glTexParameteri(GLenum target, GLenum pname, GLint param);
|
||||
GLAPI void glTexParameterf(GLenum target, GLenum pname, GLfloat param);
|
||||
GLAPI void glTexEnvf(GLenum target, GLenum pname, GLfloat param);
|
||||
GLAPI void glTexEnvi(GLenum target, GLenum pname, GLint param);
|
||||
GLAPI void glBindTexture(GLenum target, GLuint texture);
|
||||
GLAPI void glActiveTexture(GLenum texture);
|
||||
GLAPI void glGetBooleanv(GLenum pname, GLboolean* data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue