13 #define LOG_VAO_CACHE 0
33 int GetNumOfVAOs()
const
35 return static_cast<int>(m_vaosByVertexBinding.size());
39 typedef std::pair<const VertexLayouts::VertexBinding*, GLuint> TVertexBindingVAOPair;
40 typedef std::vector<TVertexBindingVAOPair> TVertexBindingToVAO;
41 TVertexBindingToVAO m_vaosByVertexBinding;