/* * ENUM: SE_IMAGE_COMPONENT_ENUM * * Indicates whether the components of a texel for an <Image> are * represented as signed integers, unsigned integers, or as * floating point numbers. */
| typedef | enum |
| { | |
| SE_SIGNED_INTEGER, | |
| SE_UNSIGNED_INTEGER, | |
| SE_FLOATING_POINT |