Searched defs:hasGeometryShader (Results 1 – 2 of 2) sorted by relevance
161 inline bool hasGeometryShader (void) const { return m_geometryShaderSet; } in hasGeometryShader() function in sglr::pdec::ShaderProgramDeclaration
2864 const bool hasGeometryShader = (m_caseType == CASE_VERTEX_GEO_FRAGMENT) || in init() local