|
const Texture * | GetTexture () const |
|
vc::Error | Reset () |
|
virtual void | Destroy () override |
|
vc::Error | SetDimensions (int width, int height) |
|
vc::Error | SetFormat (ShaderVertexFormat format) |
|
int | GetWidth () const |
|
int | GetHeight () const |
|
ShaderVertexFormat | GetFormat () const |
|
void | LinkCamera (vc::Camera *camera) |
|
void | SetRenderingPipelineType (vc::RenderingPipelineType type) |
|
vc::RenderingPipelineType | GetRenderingPipelineType () const |
|
template<class T> |
T * | As () |
|
template<class T> |
const T * | As () const |
|
template<class T> |
T * | ConstAs () const |
|
template<class T> |
T * | RAs () |
|
template<class T> |
const T * | RAs () const |
|
void | IncRefCount () |
|
void | DecRefCount () |
|
| PluginObject (const PluginType type) |
|
PluginType | GetType () const override |
|
template<class T> |
T * | DAs () |
|
template<class T> |
const T * | DAs () const |
|
|
virtual vc::Error | __PrepareRenderTarget ()=0 |
|
|
static void | _SetInCache (const vc::String &path, const SPtr< GraphicsCachedResource > &object) |
| Sets an object in the cache.
|
|
static void | _SetCacheSize (size_t size) |
| Adds cache size to avoid unnecessary additional allocations.
|
|
static void | _AddCacheSize (size_t size) |
| Adds cache size to avoid unnecessary additional allocations.
|
|
◆ Destroy()
void venom::common::RenderTargetImpl::Destroy |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/common/include/venom/common/plugin/graphics/RenderTarget.h
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/common/src/RenderTarget.cc