Cogl.Framebuffer

const Cogl = imports.gi.Cogl;

let framebuffer = new Cogl.Framebuffer();
  

Prerequisites

Framebuffer requires Cogl.Object

Known Implementations

Framebuffer is implemented by Onscreen