Method

CoglTextureis_sliced

Declaration [src]

gboolean
cogl_texture_is_sliced (
  CoglTexture* texture
)

Description [src]

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

Return value

Returns: gboolean
 

TRUE if the texture is sliced, FALSE if the texture is stored as a single GPU texture.