Function get_supported_glsl_version

Source
pub fn get_supported_glsl_version(gl_version: &Version) -> Version
Expand 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.