mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
LibWeb/WebGL: Implement WebGLRenderingContextBase.depthRange()
This commit is contained in:
parent
d9ef228c76
commit
0805911a93
Notes:
sideshowbarker
2024-07-17 10:15:38 +09:00
Author: https://github.com/Lubrsi
Commit: 0805911a93
Pull-request: https://github.com/SerenityOS/serenity/pull/14184
Reviewed-by: https://github.com/Quaker762 ✅
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/linusg ✅
Reviewed-by: https://github.com/sunverwerth
3 changed files with 15 additions and 0 deletions
|
@ -35,6 +35,7 @@ interface mixin WebGLRenderingContextBase {
|
|||
|
||||
undefined depthFunc(GLenum func);
|
||||
undefined depthMask(GLboolean flag);
|
||||
undefined depthRange(GLclampf zNear, GLclampf zFar);
|
||||
|
||||
undefined finish();
|
||||
undefined flush();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue