mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +00:00
LibGL: Implement glTexCoord2f
This commit is contained in:
parent
4f324ba4d7
commit
e21ba0cd12
Notes:
sideshowbarker
2024-07-18 17:22:08 +09:00
Author: https://github.com/Quaker762
Commit: e21ba0cd12
Pull-request: https://github.com/SerenityOS/serenity/pull/7024
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/ccapitalK
Reviewed-by: https://github.com/predmond
Reviewed-by: https://github.com/sunverwerth
5 changed files with 19 additions and 0 deletions
|
@ -67,6 +67,7 @@ public:
|
|||
virtual void gl_read_buffer(GLenum mode) override;
|
||||
virtual void gl_read_pixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels) override;
|
||||
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 present() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue