Searched refs:isES31 (Results 1 – 1 of 1) sorted by relevance
116 bool isES31 = (glslVersion == glu::GLSL_VERSION_310_ES); in constructSpecializationMap() local117 string ext = isES31 ? "#extension GL_EXT_tessellation_shader : require" : ""; in constructSpecializationMap()