#include <RenderTiny_Device.h>
Public Member Functions | |
virtual int | GetHeight () const =0 |
virtual int | GetSamples () const |
virtual int | GetWidth () const =0 |
virtual void | Set (int slot, ShaderStage stage=Shader_Fragment) const =0 |
virtual void | SetSampleMode (int sm)=0 |
virtual | ~Texture () |
Definition at line 276 of file RenderTiny_Device.h.
virtual OVR::RenderTiny::Texture::~Texture | ( | ) | [inline, virtual] |
Reimplemented in OVR::RenderTiny::D3D10::Texture, and OVR::RenderTiny::GL::Texture.
Definition at line 279 of file RenderTiny_Device.h.
virtual int OVR::RenderTiny::Texture::GetHeight | ( | ) | const [pure virtual] |
Implemented in OVR::RenderTiny::D3D10::Texture, and OVR::RenderTiny::GL::Texture.
virtual int OVR::RenderTiny::Texture::GetSamples | ( | ) | const [inline, virtual] |
Reimplemented in OVR::RenderTiny::D3D10::Texture.
Definition at line 283 of file RenderTiny_Device.h.
virtual int OVR::RenderTiny::Texture::GetWidth | ( | ) | const [pure virtual] |
Implemented in OVR::RenderTiny::D3D10::Texture, and OVR::RenderTiny::GL::Texture.
virtual void OVR::RenderTiny::Texture::Set | ( | int | slot, |
ShaderStage | stage = Shader_Fragment |
||
) | const [pure virtual] |
Implemented in OVR::RenderTiny::D3D10::Texture, and OVR::RenderTiny::GL::Texture.
virtual void OVR::RenderTiny::Texture::SetSampleMode | ( | int | sm | ) | [pure virtual] |
Implemented in OVR::RenderTiny::D3D10::Texture, and OVR::RenderTiny::GL::Texture.