10 const size_t NumAttributeSemanticsGL20 = 7;
11 const size_t NumAttributeSemanticSlotsGL20 = 8;
12 const size_t MaxVertexAttributesGL20 = NumAttributeSemanticsGL20 * NumAttributeSemanticSlotsGL20;
13 const unsigned char InvalidAttributeLocationGL20 = 0xFF;
19 GLint getAttributeIndex(
const std::string & name,
bool hlsl);
21 std::map<std::string, GLint> attributeIndexes;
22 std::map<std::string, GLint> attributeIndexesHLSL;
Contains all Cogs related functionality.