<GlslTypeInfo> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » GlslTypeInfo

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<TypeBuffer>ChildInfoReturns a pointer to the <TypeBuffer> that contains the list of child objects. For example, a struct, uniform buffer, or shader buffer declaration will have child objects.
<StrList>LayoutQualifiersReturns a pointer to a <StrList> that contains a list of layout qualifiers for the declaration.
<StrList>QualifiersReturns a pointer to a <StrList> that contains a list of qualifiers for the declaration.
int32BasicTypeGets or sets the TBasicType value for this object. This refers to the TBasicType enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL.
int32GlslSpecificTypeGets or sets the specific type for this object. This refers to the GlslSpecificType enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL.
stringTypeNameGets or sets this object's type name. For example 'int my_int' returns 'int' as the type name.