mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
LibWeb/WebGL: Implement bindFramebuffer
This commit is contained in:
parent
c5e9615c29
commit
b0bcecfc53
Notes:
github-actions[bot]
2024-12-05 20:43:45 +00:00
Author: https://github.com/Lubrsi
Commit: b0bcecfc53
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
|
@ -48,7 +48,7 @@ interface mixin WebGLRenderingContextBase {
|
|||
undefined attachShader(WebGLProgram program, WebGLShader shader);
|
||||
undefined bindAttribLocation(WebGLProgram program, GLuint index, DOMString name);
|
||||
undefined bindBuffer(GLenum target, WebGLBuffer? buffer);
|
||||
[FIXME] undefined bindFramebuffer(GLenum target, WebGLFramebuffer? framebuffer);
|
||||
undefined bindFramebuffer(GLenum target, WebGLFramebuffer? framebuffer);
|
||||
[FIXME] undefined bindRenderbuffer(GLenum target, WebGLRenderbuffer? renderbuffer);
|
||||
undefined bindTexture(GLenum target, WebGLTexture? texture);
|
||||
undefined blendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue