GetCategory Data Member Function

Returns an <int32> representing the category of the qualifier. These categories loosely correspond to GLSL qualifier categories, such as 'storage' or 'interpolation', but we use a more fine-grained set of qualifier categories. This value refers to the value of the GLSL_QualifierCategory enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.

Prototype

int32 GetCategory()

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.