struct ffw::GLCanvas::ImageFlags
Class List > ffw :: GLCanvas :: ImageFlags
Public Types
Type | Name |
---|---|
typedef uint32_t | Flag |
Public Static Attributes
Type | Name |
---|---|
static const Flag | IMAGE_GENERATE_MIPMAPS Generate mipmaps during creation of the image. |
static const Flag | IMAGE_REPEATX Repeat image in X direction. |
static const Flag | IMAGE_REPEATY Repeat image in Y direction. |
static const Flag | IMAGE_FLIPY Flips (inverses) image in Y direction when rendered. |
static const Flag | IMAGE_PREMULTIPLIED Image data has premultiplied alpha. |
static const Flag | IMAGE_NEAREST Image interpolation is Nearest instead Linear. |
Public Types Documentation
typedef Flag
typedef uint32_t ffw::GLCanvas::ImageFlags::Flag;
Public Static Attributes Documentation
variable IMAGE_GENERATE_MIPMAPS
const Flag ffw::GLCanvas::ImageFlags::IMAGE_GENERATE_MIPMAPS;
Generate mipmaps during creation of the image.
variable IMAGE_REPEATX
const Flag ffw::GLCanvas::ImageFlags::IMAGE_REPEATX;
Repeat image in X direction.
variable IMAGE_REPEATY
const Flag ffw::GLCanvas::ImageFlags::IMAGE_REPEATY;
Repeat image in Y direction.
variable IMAGE_FLIPY
const Flag ffw::GLCanvas::ImageFlags::IMAGE_FLIPY;
Flips (inverses) image in Y direction when rendered.
variable IMAGE_PREMULTIPLIED
const Flag ffw::GLCanvas::ImageFlags::IMAGE_PREMULTIPLIED;
Image data has premultiplied alpha.
variable IMAGE_NEAREST
const Flag ffw::GLCanvas::ImageFlags::IMAGE_NEAREST;
Image interpolation is Nearest instead Linear.
The documentation for this class was generated from the following file: include/ffw/graphics/glcanvas.h