Bike-X
0.8
|
#include "CAPI_GL_Util.h"
Public Member Functions | |
Buffer (RenderParams *r) | |
~Buffer () | |
GLuint | GetBuffer () |
virtual size_t | GetSize () |
virtual void * | Map (size_t start, size_t size, int flags=0) |
virtual bool | Unmap (void *m) |
virtual bool | Data (int use, const void *buffer, size_t size) |
Public Member Functions inherited from OVR::RefCountBase< Buffer > | |
OVR_FORCE_INLINE | RefCountBase () |
Public Member Functions inherited from OVR::RefCountBaseStatImpl< RefCountImpl > | |
RefCountBaseStatImpl () | |
Public Member Functions inherited from OVR::RefCountImpl | |
void | AddRef () |
void | Release () |
Public Member Functions inherited from OVR::RefCountImplCore | |
OVR_FORCE_INLINE | RefCountImplCore () |
virtual | ~RefCountImplCore () |
int | GetRefCount () const |
void | operator= (const RefCountImplCore &) |
Data Fields | |
RenderParams * | pParams |
size_t | Size |
GLenum | Use |
GLuint | GLBuffer |
Additional Inherited Members | |
Static Public Member Functions inherited from OVR::RefCountImplCore | |
static void | checkInvalidDelete (RefCountImplCore *) |
Protected Attributes inherited from OVR::RefCountImplCore | |
volatile int | RefCount |
Definition at line 236 of file CAPI_GL_Util.h.
OVR::CAPI::GL::Buffer::Buffer | ( | RenderParams * | r | ) |
Definition at line 205 of file CAPI_GL_Util.cpp.
OVR::CAPI::GL::Buffer::~Buffer | ( | ) |
Definition at line 209 of file CAPI_GL_Util.cpp.
|
virtual |
Definition at line 215 of file CAPI_GL_Util.cpp.
|
inline |
Definition at line 248 of file CAPI_GL_Util.h.
|
inlinevirtual |
Definition at line 250 of file CAPI_GL_Util.h.
|
virtual |
Definition at line 237 of file CAPI_GL_Util.cpp.
|
virtual |
Definition at line 248 of file CAPI_GL_Util.cpp.
GLuint OVR::CAPI::GL::Buffer::GLBuffer |
Definition at line 242 of file CAPI_GL_Util.h.
RenderParams* OVR::CAPI::GL::Buffer::pParams |
Definition at line 239 of file CAPI_GL_Util.h.
size_t OVR::CAPI::GL::Buffer::Size |
Definition at line 240 of file CAPI_GL_Util.h.
GLenum OVR::CAPI::GL::Buffer::Use |
Definition at line 241 of file CAPI_GL_Util.h.