mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
LibGL: Implenent glGetBooleanv
This commit is contained in:
parent
5d146628e1
commit
0b67369830
Notes:
sideshowbarker
2024-07-18 05:34:26 +09:00
Author: https://github.com/Quaker762
Commit: 0b67369830
Pull-request: https://github.com/SerenityOS/serenity/pull/9468
Reviewed-by: https://github.com/sunverwerth
5 changed files with 32 additions and 0 deletions
|
@ -82,6 +82,7 @@ public:
|
|||
virtual void gl_draw_arrays(GLenum mode, GLint first, GLsizei count) override;
|
||||
virtual void gl_draw_elements(GLenum mode, GLsizei count, GLenum type, const void* indices) override;
|
||||
virtual void gl_color_mask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) override;
|
||||
virtual void gl_get_booleanv(GLenum pname, GLboolean* data) override;
|
||||
virtual void present() override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue