mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
LibGL: Implement glScissor()
This commit is contained in:
parent
6dd2ebfe8e
commit
bb58f6ccab
Notes:
sideshowbarker
2024-07-18 00:35:33 +09:00
Author: https://github.com/gmta
Commit: bb58f6ccab
Pull-request: https://github.com/SerenityOS/serenity/pull/11103
Reviewed-by: https://github.com/sunverwerth ✅
9 changed files with 83 additions and 10 deletions
|
@ -86,6 +86,7 @@ public:
|
|||
virtual void gl_fogf(GLenum pname, GLfloat params) = 0;
|
||||
virtual void gl_fogi(GLenum pname, GLint param) = 0;
|
||||
virtual void gl_pixel_store(GLenum pname, GLfloat param) = 0;
|
||||
virtual void gl_scissor(GLint x, GLint y, GLsizei width, GLsizei height) = 0;
|
||||
|
||||
virtual void present() = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue