mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb/WebGL2: Implement invalidateFramebuffer
This commit is contained in:
committed by
Alexander Kalenik
parent
2983ad10bc
commit
e26b524721
@@ -298,7 +298,7 @@ interface mixin WebGL2RenderingContextBase {
|
||||
// Framebuffer objects
|
||||
undefined blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
|
||||
[FIXME] undefined framebufferTextureLayer(GLenum target, GLenum attachment, WebGLTexture? texture, GLint level, GLint layer);
|
||||
[FIXME] undefined invalidateFramebuffer(GLenum target, sequence<GLenum> attachments);
|
||||
undefined invalidateFramebuffer(GLenum target, sequence<GLenum> attachments);
|
||||
[FIXME] undefined invalidateSubFramebuffer(GLenum target, sequence<GLenum> attachments, GLint x, GLint y, GLsizei width, GLsizei height);
|
||||
undefined readBuffer(GLenum src);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user