Home | History | Annotate | Download | only in functional

Lines Matching refs:declare

1070 		dst << glu::declare(m_uniformCollection->getStructType(i)) << ";\n";
1073 dst << "uniform " << glu::declare(m_uniformCollection->getUniform(i).type, m_uniformCollection->getUniform(i).name.c_str()) << ";\n";