示例#1
0
文件: XMLParser.hpp 项目: jkeywo/KGE
		void RegisterXMLAttribute( Hash xHash, AttributeCallbackFnPtr pxHandler )
		{
			m_xAtributes.insert(AttributePair(xHash, pxHandler));
		}
示例#2
0
void ShaderProgramGl::bindAttribute(const string &name, int index){
	attributes.push_back(AttributePair(name, index));
}