gstgl.glslversion
Module for [GLSLVersion] enum namespace
struct GLSLVersion
Types 1
structGLSLVersion
Namespace for [GLSLVersion] enum
Methods
gstgl.types.GLSLVersion fromString(string string_)bool profileFromString(string string_, out gstgl.types.GLSLVersion versionRet, out gstgl.types.GLSLProfile profileRet)Note: this function expects either a `#version` GLSL preprocesser directive or a valid GLSL version and/or profile.string profileToString(gstgl.types.GLSLVersion version_, gstgl.types.GLSLProfile profile)string toString_(gstgl.types.GLSLVersion version_)