mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
LibWeb/WebGL: Implement bindRenderbuffer
This commit is contained in:
parent
d185c2c28c
commit
a513bdaac6
Notes:
github-actions[bot]
2024-12-05 20:43:26 +00:00
Author: https://github.com/Lubrsi
Commit: a513bdaac6
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2791
Reviewed-by: https://github.com/gmta
Reviewed-by: https://github.com/shannonbooth
2 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ interface mixin WebGLRenderingContextBase {
|
|||
undefined bindAttribLocation(WebGLProgram program, GLuint index, DOMString name);
|
||||
undefined bindBuffer(GLenum target, WebGLBuffer? buffer);
|
||||
undefined bindFramebuffer(GLenum target, WebGLFramebuffer? framebuffer);
|
||||
[FIXME] undefined bindRenderbuffer(GLenum target, WebGLRenderbuffer? renderbuffer);
|
||||
undefined bindRenderbuffer(GLenum target, WebGLRenderbuffer? renderbuffer);
|
||||
undefined bindTexture(GLenum target, WebGLTexture? texture);
|
||||
undefined blendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
||||
undefined blendEquation(GLenum mode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue