mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 17:29:01 +00:00
LibGL: Implement glListBase
This commit is contained in:
parent
1056bac49a
commit
11fea6b597
Notes:
sideshowbarker
2024-07-17 22:52:09 +09:00
Author: https://github.com/gmta
Commit: 11fea6b597
Pull-request: https://github.com/SerenityOS/serenity/pull/11154
Reviewed-by: https://github.com/sunverwerth ✅
5 changed files with 19 additions and 1 deletions
|
@ -50,6 +50,7 @@ public:
|
|||
virtual void gl_call_list(GLuint list) = 0;
|
||||
virtual void gl_call_lists(GLsizei n, GLenum type, void const* lists) = 0;
|
||||
virtual void gl_delete_lists(GLuint list, GLsizei range) = 0;
|
||||
virtual void gl_list_base(GLuint base) = 0;
|
||||
virtual void gl_end_list(void) = 0;
|
||||
virtual void gl_new_list(GLuint list, GLenum mode) = 0;
|
||||
virtual void gl_flush() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue