pub fn get_supported_glsl_version(gl_version: &Version) -> VersionExpand description
Given an API version, this function returns the GLSL version that the implementation is required to support.
ยงPanic
Panics if the version is invalid or is not supposed to support a GLSL version.