#include <RenderTiny_GL_Device.h>
Public Member Functions | |
virtual int | GetHeight () const |
virtual int | GetWidth () const |
virtual void | Set (int slot, ShaderStage stage=Shader_Fragment) const |
virtual void | SetSampleMode (int) |
Texture (RenderDevice *r, int w, int h) | |
~Texture () | |
Public Attributes | |
int | Height |
RenderDevice * | Ren |
GLuint | TexId |
int | Width |
Definition at line 66 of file RenderTiny_GL_Device.h.
OVR::RenderTiny::GL::Texture::Texture | ( | RenderDevice * | r, |
int | w, | ||
int | h | ||
) |
Definition at line 653 of file RenderTiny_GL_Device.cpp.
OVR::RenderTiny::GL::Texture::~Texture | ( | ) | [virtual] |
Reimplemented from OVR::RenderTiny::Texture.
Definition at line 1283 of file Render_D3D1X_Device.cpp.
virtual int OVR::RenderTiny::GL::Texture::GetHeight | ( | ) | const [inline, virtual] |
Implements OVR::RenderTiny::Texture.
Definition at line 77 of file RenderTiny_GL_Device.h.
virtual int OVR::RenderTiny::GL::Texture::GetWidth | ( | ) | const [inline, virtual] |
Implements OVR::RenderTiny::Texture.
Definition at line 76 of file RenderTiny_GL_Device.h.
void OVR::RenderTiny::GL::Texture::Set | ( | int | slot, |
RenderTiny::ShaderStage | stage = Shader_Fragment |
||
) | const [virtual] |
Implements OVR::RenderTiny::Texture.
Definition at line 664 of file RenderTiny_GL_Device.cpp.
void OVR::RenderTiny::GL::Texture::SetSampleMode | ( | int | sm | ) | [virtual] |
Implements OVR::RenderTiny::Texture.
Definition at line 669 of file RenderTiny_GL_Device.cpp.
Definition at line 71 of file RenderTiny_GL_Device.h.
Definition at line 69 of file RenderTiny_GL_Device.h.
Definition at line 70 of file RenderTiny_GL_Device.h.
Definition at line 71 of file RenderTiny_GL_Device.h.