TextureFlags
Description:
[ Flags ]
public enum TextureFlags
Flags to pass to the cogl_texture_new_* family of functions.
Content:
Enum values:
- NONE - No flags specified
- NO_AUTO_MIPMAP - Disables the
automatic generation of the mipmap pyramid from the base level image whenever it is updated.
- NO_SLICING - Disables the slicing of
the texture
- NO_ATLAS - Disables the insertion of the
texture inside the texture atlas used by Cogl