Searched refs:IsGLSL420OrNewer (Results 1 – 2 of 2) sorted by relevance
48 bool IsGLSL420OrNewer(ShShaderOutput output);
111 bool IsGLSL420OrNewer(ShShaderOutput output) in IsGLSL420OrNewer() function129 if (shaderType == GL_FRAGMENT_SHADER && IsGLSL420OrNewer(outputType)) in RemoveInvariant()