Enumeration

CoglTextureFlags

Declaration

flags Cogl.TextureFlags

Description [src]

Flags to pass to the cogl_texture_new_* family of functions.

Available since:1.0

Members

Name Description
COGL_TEXTURE_NONE

No flags specified.

COGL_TEXTURE_NO_AUTO_MIPMAP

Disables the automatic generation of the mipmap pyramid from the base level image whenever it is updated. The mipmaps are only generated when the texture is rendered with a mipmap filter so it should be free to leave out this flag when using other filtering modes.

COGL_TEXTURE_NO_SLICING

Disables the slicing of the texture.

COGL_TEXTURE_NO_ATLAS

Disables the insertion of the texture inside the texture atlas used by Cogl.