Function Name: Valid LOD Data Type

Definition

Checks if the given value is a valid SE_LOD_DATA_TYPE_ENUM.

Returns

SE_TRUE if value is valid

SE_FALSE otherwise

Prototype


extern SE_BOOLEAN
SE_ValidLODDataType
(
SE_LOD_DATA_TYPE_ENUM value (notes)
);

Parameters Notes

value

value to be checked

Prev: Valid Interpolation Type. Next: Valid Light Type. Up:Index.