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