mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 23:30:20 +00:00
LibGL: Implement glActiveTexture
This commit is contained in:
parent
52e5d3c961
commit
573c1c82f7
Notes:
sideshowbarker
2024-07-18 17:07:32 +09:00
Author: https://github.com/Quaker762
Commit: 573c1c82f7
Pull-request: https://github.com/SerenityOS/serenity/pull/7586
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/sunverwerth ✅
5 changed files with 51 additions and 0 deletions
|
@ -70,6 +70,7 @@ public:
|
|||
virtual void gl_tex_image_2d(GLenum target, GLint level, GLint internal_format, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* data) override;
|
||||
virtual void gl_tex_coord(GLfloat s, GLfloat t, GLfloat r, GLfloat q) override;
|
||||
virtual void gl_bind_texture(GLenum target, GLuint texture) override;
|
||||
virtual void gl_active_texture(GLenum texture) override;
|
||||
|
||||
virtual void present() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue