Cogl.is_attribute_buffer
function is_attribute_buffer(object: void): Cogl.Bool {
// Gjs wrapper for cogl_is_attribute_buffer()
}
Gets whether the given object references a Cogl.AttributeBuffer.
Since 1.4
- object
- Returns
true if object references a Cogl.AttributeBuffer, false otherwise