35 #ifndef IECOREGL_MESHPRIMITIVE_H
36 #define IECOREGL_MESHPRIMITIVE_H
38 #include "IECoreGL/Export.h"
39 #include "IECoreGL/Primitive.h"
41 #include "IECore/VectorTypedData.h"
57 Imath::Box3f bound()
const override;
61 void renderInstances(
size_t numInstances = 1 )
const override;
65 IE_CORE_FORWARDDECLARE( MemberData );
66 MemberDataPtr m_memberData;
77 #endif // IECOREGL_MESHPRIMITIVE_H
Definition: MeshPrimitive.h:47
The namespace within which all CoreGL functionality is defined.
Definition: AlphaTexture.h:41
Definition: PrimitiveVariable.h:47
Definition: Primitive.h:58