Cogl.is_pipeline

function is_pipeline(object: void): Cogl.Bool {
    // Gjs wrapper for cogl_is_pipeline()
}
  

Gets whether the given object references an existing pipeline object.

Since 2.0

object

A Cogl.Object

Returns

true if the object references a Cogl.Pipeline, false otherwise