Cogl.Framebuffer.prototype.transform
function transform(matrix: Cogl.Matrix): void {
// Gjs wrapper for cogl_framebuffer_transform()
}
Multiplies the current model-view matrix by the given matrix.
Since 1.10
- matrix
the matrix to multiply with the current model-view