Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::AttributesGL20 Struct Reference

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
 

Detailed Description

Definition at line 15 of file AttributesGL20.h.

Member Function Documentation

◆ getAttributeIndex()

GLint Cogs::AttributesGL20::getAttributeIndex ( const std::string &  name,
bool  hlsl 
)

Definition at line 209 of file AttributesGL20.cpp.

◆ initialize()

void Cogs::AttributesGL20::initialize ( )

Definition at line 193 of file AttributesGL20.cpp.

Member Data Documentation

◆ attributeIndexes

std::map<std::string, GLint> Cogs::AttributesGL20::attributeIndexes

Definition at line 21 of file AttributesGL20.h.

◆ attributeIndexesHLSL

std::map<std::string, GLint> Cogs::AttributesGL20::attributeIndexesHLSL

Definition at line 22 of file AttributesGL20.h.


The documentation for this struct was generated from the following files: