Cogl.is_pixel_buffer
function is_pixel_buffer(object: void): Cogl.Bool {
// Gjs wrapper for cogl_is_pixel_buffer()
}
Checks whether object is a pixel buffer.
Since 1.2
- object
a Cogl.Object to test
- Returns
true if the object is a pixel buffer, and false otherwise