/*
 * 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
} SE_IMAGE_COMPONENT_ENUM;
Prev: SE_ID. Next: SE_IMAGE_MAPPING_METHOD_ENUM. Up:Index