gstgl.glslversion

Module for [GLSLVersion] enum namespace

Types 1

Namespace for [GLSLVersion] enum

Methods
gstgl.types.GLSLVersion fromString(string string_) static nothrow
bool profileFromString(string string_, out gstgl.types.GLSLVersion versionRet, out gstgl.types.GLSLProfile profileRet) static nothrowNote: 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) static nothrow
string toString_(gstgl.types.GLSLVersion version_) static nothrow