Method

MetaMultiTextureget_height

Declaration [src]

int
meta_multi_texture_get_height (
  MetaMultiTexture* multi_texture
)

Description [src]

Returns the height of the MetaMultiTexture. Prefer this over calling cogl_texture_get_height() on one of the textures, as that might give a different size when dealing with subsampling.

Return value

Type: int

The height of the texture.