Go to the source code of this file.
|
enum | IMX_BorderType { IMX_BorderType::IMX_CONSTANT = 0,
IMX_BorderType::IMX_CLAMP,
IMX_BorderType::IMX_MIRROR,
IMX_BorderType::IMX_WRAP
} |
| Controls returned values for coordinates that fall outside the image. More...
|
|
enum | IMX_TypeInfo {
IMX_TypeInfo::IMX_NONE = 0,
IMX_TypeInfo::IMX_COLOR,
IMX_TypeInfo::IMX_POSITION,
IMX_TypeInfo::IMX_VECTOR,
IMX_TypeInfo::IMX_NORMAL,
IMX_TypeInfo::IMX_OFFSETNORMAL,
IMX_TypeInfo::IMX_TEXTURE_COORD,
IMX_TypeInfo::IMX_ID,
IMX_TypeInfo::IMX_MASK,
IMX_TypeInfo::IMX_SDF,
IMX_TypeInfo::IMX_HEIGHT
} |
|
Controls returned values for coordinates that fall outside the image.
Enumerator |
---|
IMX_CONSTANT |
|
IMX_CLAMP |
|
IMX_MIRROR |
|
IMX_WRAP |
|
Definition at line 27 of file IMX_Buffer.h.
Enumerator |
---|
IMX_NONE |
|
IMX_COLOR |
|
IMX_POSITION |
|
IMX_VECTOR |
|
IMX_NORMAL |
|
IMX_OFFSETNORMAL |
|
IMX_TEXTURE_COORD |
|
IMX_ID |
|
IMX_MASK |
|
IMX_SDF |
|
IMX_HEIGHT |
|
Definition at line 36 of file IMX_Buffer.h.
Returns the label for the supplied border type.