// https://registry.khronos.org/webgl/specs/latest/1.0/#5.5
[Exposed=(Window,Worker)]
interface WebGLFramebuffer : WebGLObject {
};
