|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Image_Component_Type |
|---|
/* * ENUM: SE_Image_Component_Type * * This data type indicates the data type of the components of a texel * for an <Image> instance. */
| typedef | enum |
| { | |
| SE_IMG_COMP_TYP_SIGNED_INTEGER, | |
| SE_IMG_COMP_TYP_UNSIGNED_INTEGER, | |
| SE_IMG_COMP_TYP_FLOATING_POINT |
|