Lines Matching defs:version
78 // The shading language version. Corresponds to #version $VALUE.
79 uint32_t version = 450;
103 // For older desktop GLSL targets than version 420, the
112 // Always emit uniform blocks as plain uniforms, regardless of the GLSL version, even when UBOs are supported.
159 // GLSL only, for HLSL version of this option, see CompilerHLSL.
227 // Adds a line to be added right after #version in GLSL backend.
831 return (options.es && options.version < 300) || (!options.es && options.version < 130);
836 return options.es && options.version < 300;
841 return !options.es && options.version < 130;