getGlslType

external fun getGlslType(classProperty: MetadataClassProperty): String(source)

Returns the type that the given class property has in a GLSL shader.

It returns the same string as PropertyTextureProperty.prototype.getGlslType for a property texture property with the given class property

Return

The GLSL shader type string for the property

Parameters

classProperty

The class property

See also