mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 04:52:23 +00:00
LibGL: Implement glDepthFunc
This commit is contained in:
parent
a97dbd2317
commit
5b9c87a8b5
Notes:
sideshowbarker
2024-07-18 05:30:34 +09:00
Author: https://github.com/sunverwerth
Commit: 5b9c87a8b5
Pull-request: https://github.com/SerenityOS/serenity/pull/9451
Reviewed-by: https://github.com/Quaker762 ✅
Reviewed-by: https://github.com/alimpfard
7 changed files with 60 additions and 2 deletions
|
@ -85,6 +85,7 @@ public:
|
|||
virtual void gl_get_booleanv(GLenum pname, GLboolean* data) override;
|
||||
virtual void gl_get_integerv(GLenum pname, GLint* data) override;
|
||||
virtual void gl_depth_range(GLdouble min, GLdouble max) override;
|
||||
virtual void gl_depth_func(GLenum func) override;
|
||||
virtual void present() override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue