Cogl.TextureFlags
Flags to pass to the cogl_texture_new_* family of functions.
Since 1.0
- TextureFlags.NONE
No flags specified
- TextureFlags.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
- TextureFlags.NO_SLICING
Disables the slicing of the texture
- TextureFlags.NO_ATLAS
Disables the insertion of the texture inside the texture atlas used by Cogl