This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
#include "ofGraphicsConstants.h"
#include "ofBufferObject.h"
#include "ofConstants.h"
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | ofVbo |
Typedefs | |
typedef ofColor_< float > | ofFloatColor |
using | ofMesh = ofMesh_< ofDefaultVertexType, ofDefaultNormalType, ofDefaultColorType, ofDefaultTexCoordType > |
Typedef Documentation
◆ ofFloatColor
typedef ofColor_<float> ofFloatColor |