Searched defs:GR_GLSL_VER (Results 1 – 2 of 2) sorted by relevance
41 #define GR_GLSL_VER(major, minor) ((static_cast<int>(major) << 16) | \ macro