35 #ifndef IECOREGL_BUFFER_H
36 #define IECOREGL_BUFFER_H
38 #include "IECore/RunTimeTyped.h"
40 #include "IECoreGL/Export.h"
42 #include "IECoreGL/TypeIds.h"
61 Buffer(
const void *data,
size_t sizeInBytes, GLenum target = GL_ARRAY_BUFFER, GLenum usage = GL_STATIC_DRAW );
95 IE_CORE_DECLAREPTR(
Buffer );
99 #endif // IECOREGL_BUFFER_H
The namespace within which all CoreGL functionality is defined.
Definition: AlphaTexture.h:41
Definition: RunTimeTyped.h:211