#include <osg/GL>
#include <osg/Object>
#include <osg/buffered_value>
#include <osg/Vec2>
#include <osg/Vec3>
#include <osg/Vec4>
#include <vector>
Namespaces | |
namespace | osg |
Classes | |
class | osg::PrimitiveFunctor |
class | osg::PrimitiveIndexFunctor |
class | osg::PrimitiveSet |
class | osg::DrawArrays |
class | osg::DrawArrayLengths |
class | osg::DrawElementsUByte |
class | osg::DrawElementsUShort |
class | osg::DrawElementsUInt |
Defines | |
#define | OSG_PRIMITIVESET 1 |
Typedefs | |
typedef std::vector< GLsizei > | osg::VectorSizei |
typedef std::vector< GLubyte > | osg::VectorUByte |
typedef std::vector< GLushort > | osg::VectorUShort |
typedef std::vector< GLuint > | osg::VectorUInt |
|
|