Searched defs:hasGeometryShader (Results 1 – 2 of 2) sorted by relevance
183 inline bool hasGeometryShader(void) const in hasGeometryShader() function in sglr::pdec::ShaderProgramDeclaration
3040 const bool hasGeometryShader = (m_caseType == CASE_VERTEX_GEO_FRAGMENT) || in init() local