Cogs.Core
|
Public Member Functions | |
void | initialize () |
GLint | getAttributeIndex (const std::string &name, bool hlsl) |
Public Attributes | |
std::map< std::string, GLint > | attributeIndexes |
std::map< std::string, GLint > | attributeIndexesHLSL |
Definition at line 15 of file AttributesGL20.h.
GLint Cogs::AttributesGL20::getAttributeIndex | ( | const std::string & | name, |
bool | hlsl | ||
) |
Definition at line 209 of file AttributesGL20.cpp.
void Cogs::AttributesGL20::initialize | ( | ) |
Definition at line 193 of file AttributesGL20.cpp.
std::map<std::string, GLint> Cogs::AttributesGL20::attributeIndexes |
Definition at line 21 of file AttributesGL20.h.
std::map<std::string, GLint> Cogs::AttributesGL20::attributeIndexesHLSL |
Definition at line 22 of file AttributesGL20.h.