#include <RenderTiny_GL_Device.h>

Public Member Functions | |
| Buffer (RenderDevice *r) | |
| virtual bool | Data (int use, const void *buffer, size_t size) |
| GLuint | GetBuffer () |
| virtual size_t | GetSize () |
| virtual void * | Map (size_t start, size_t size, int flags=0) |
| virtual bool | Unmap (void *m) |
| ~Buffer () | |
Public Attributes | |
| GLuint | GLBuffer |
| RenderDevice * | Ren |
| size_t | Size |
| GLenum | Use |
Definition at line 46 of file RenderTiny_GL_Device.h.
| OVR::RenderTiny::GL::Buffer::Buffer | ( | RenderDevice * | r | ) | [inline] |
Definition at line 55 of file RenderTiny_GL_Device.h.
| OVR::RenderTiny::GL::Buffer::~Buffer | ( | ) | [virtual] |
Reimplemented from OVR::RenderTiny::Buffer.
Definition at line 858 of file Render_D3D1X_Device.cpp.
| bool OVR::RenderTiny::GL::Buffer::Data | ( | int | use, |
| const void * | buffer, | ||
| size_t | size | ||
| ) | [virtual] |
Implements OVR::RenderTiny::Buffer.
Definition at line 862 of file Render_D3D1X_Device.cpp.
| GLuint OVR::RenderTiny::GL::Buffer::GetBuffer | ( | ) | [inline] |
Definition at line 58 of file RenderTiny_GL_Device.h.
| virtual size_t OVR::RenderTiny::GL::Buffer::GetSize | ( | ) | [inline, virtual] |
Implements OVR::RenderTiny::Buffer.
Definition at line 60 of file RenderTiny_GL_Device.h.
| void * OVR::RenderTiny::GL::Buffer::Map | ( | size_t | start, |
| size_t | size, | ||
| int | flags = 0 |
||
| ) | [virtual] |
Implements OVR::RenderTiny::Buffer.
Definition at line 482 of file RenderTiny_GL_Device.cpp.
| bool OVR::RenderTiny::GL::Buffer::Unmap | ( | void * | m | ) | [virtual] |
Implements OVR::RenderTiny::Buffer.
Definition at line 965 of file Render_D3D1X_Device.cpp.
Definition at line 52 of file RenderTiny_GL_Device.h.
Definition at line 49 of file RenderTiny_GL_Device.h.
Definition at line 50 of file RenderTiny_GL_Device.h.
Definition at line 51 of file RenderTiny_GL_Device.h.