#include <Render_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 Render_GL_Device.h.
| OVR::Render::GL::Texture::Texture | ( | RenderDevice * | r, |
| int | w, | ||
| int | h | ||
| ) |
Definition at line 701 of file Render_GL_Device.cpp.
| OVR::Render::GL::Texture::~Texture | ( | ) | [virtual] |
Reimplemented from OVR::Render::Texture.
Definition at line 706 of file Render_GL_Device.cpp.
| virtual int OVR::Render::GL::Texture::GetHeight | ( | ) | const [inline, virtual] |
Implements OVR::Render::Texture.
Definition at line 77 of file Render_GL_Device.h.
| virtual int OVR::Render::GL::Texture::GetWidth | ( | ) | const [inline, virtual] |
Implements OVR::Render::Texture.
Definition at line 76 of file Render_GL_Device.h.
| void OVR::Render::GL::Texture::Set | ( | int | slot, |
| Render::ShaderStage | stage = Shader_Fragment |
||
| ) | const [virtual] |
Implements OVR::Render::Texture.
Definition at line 712 of file Render_GL_Device.cpp.
| void OVR::Render::GL::Texture::SetSampleMode | ( | int | sm | ) | [virtual] |
Implements OVR::Render::Texture.
Definition at line 717 of file Render_GL_Device.cpp.
Definition at line 71 of file Render_GL_Device.h.
Definition at line 69 of file Render_GL_Device.h.
Definition at line 70 of file Render_GL_Device.h.
Definition at line 71 of file Render_GL_Device.h.