Home
last modified time | relevance | path

Searched refs:GLSL_400 (Results 1 – 2 of 2) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/glsl/specification/
H A Dglsl.keywords27 dmat2 %variant GLSL_400
28 dmat2x2 %variant GLSL_400
29 dmat2x3 %variant GLSL_400
30 dmat2x4 %variant GLSL_400
31 dmat3 %variant GLSL_400
32 dmat3x2 %variant GLSL_400
33 dmat3x3 %variant GLSL_400
34 dmat3x4 %variant GLSL_400
35 dmat4 %variant GLSL_400
36 dmat4x2 %variant GLSL_400
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DShaderFactory.cpp221 # define GLSL_400 "400" in createMains() macro
223 # define GLSL_400 "400 compatibility" in createMains() macro
232 std::string tcs_glsl_version(GLSL_400); in createMains()
233 std::string tes_glsl_version(GLSL_400); in createMains()
235 std::string vs_glsl_version = use400 ? GLSL_400 : GLSL_330; in createMains()
236 std::string fs_glsl_version = use400 ? GLSL_400 : GLSL_330; in createMains()
237 std::string gs_glsl_version = use400 ? GLSL_400 : GLSL_330; in createMains()