Ejemplo n.º 1
0
		void RegisterXMLAttribute( Hash xHash, AttributeCallbackFnPtr pxHandler )
		{
			m_xAtributes.insert(AttributePair(xHash, pxHandler));
		}
Ejemplo n.º 2
0
void ShaderProgramGl::bindAttribute(const string &name, int index){
	attributes.push_back(AttributePair(name, index));
}