GLSLVersion

Namespace for GLSLVersion enum

Members

Static functions

fromString
gstgl.types.GLSLVersion fromString(string string_)
profileFromString
bool profileFromString(string string_, gstgl.types.GLSLVersion versionRet, gstgl.types.GLSLProfile profileRet)

Note: this function expects either a #version GLSL preprocesser directive or a valid GLSL version and/or profile.

profileToString
string profileToString(gstgl.types.GLSLVersion version_, gstgl.types.GLSLProfile profile)
toString_
string toString_(gstgl.types.GLSLVersion version_)