Cogl.Texture.prototype.is_sliced

function is_sliced(): Cogl.Bool {
    // Gjs wrapper for cogl_texture_is_sliced()
}
  

Queries if a texture is sliced (stored as multiple GPU side tecture objects).

Returns

true if the texture is sliced, false if the texture is stored as a single GPU texture