|
| RenderPassImpl (const RenderPassImpl &)=delete |
|
RenderPassImpl & | operator= (const RenderPassImpl &)=delete |
|
| RenderPassImpl (RenderPassImpl &&other) |
|
RenderPassImpl & | operator= (RenderPassImpl &&other) |
|
void | Destroy () override |
|
vc::Error | Init () |
|
void | SetRenderingType (const vc::RenderingPipelineType type) |
|
RenderingPipelineType | GetRenderingType () const |
|
virtual vc::Error | _Init ()=0 |
|
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 |
|
|
vc::RenderingPipelineType | _type |
|
vc::Vector< vc::Vector< vc::Texture > > | _attachments |
|
|
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::RenderPassImpl::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/RenderPass.h
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/common/src/RenderPass.cc