Home | History | Annotate | Download | only in common

Lines Matching refs:specializeShader

2562 	std::string fragment = specializeShader(1, &frag_template);
2563 std::string geometry = specializeShader(1, &geom_template);
2564 std::string vertex = specializeShader(1, &vert_template);