LibWeb/WebGL: Implement WebGLRenderingContextBase.depthRange()

This commit is contained in:
Luke Wilde 2022-06-13 16:55:57 +01:00 committed by Linus Groh
commit 0805911a93
Notes: sideshowbarker 2024-07-17 10:15:38 +09:00
3 changed files with 15 additions and 0 deletions

View file

@ -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();