Image Component Library (ICL)
Namespaces | Enumerations
PrimitiveType.h File Reference

Go to the source code of this file.

Namespaces

 icl
 undocument this line if you encounter any issues!
 
 icl::geom
 

Enumerations

enum  icl::geom::PrimitiveType {
  icl::geom::vertexPrimitive = 1<<0, icl::geom::linePrimitive = 1<<1, icl::geom::trianglePrimitive = 1<<2, icl::geom::quadPrimitive = 1<<3,
  icl::geom::polygonPrimitive = 1<<4, icl::geom::texturePrimitive = 1<<5, icl::geom::textPrimitive = 1<<6, icl::geom::noPrimitive = 1<<7,
  icl::geom::PRIMITIVE_TYPE_COUNT = 8
}