VenomEngine
Cross-Platform Modern Graphics Engine
Loading...
Searching...
No Matches
venom::vulkan::VulkanRenderTarget Class Reference
+ Inheritance diagram for venom::vulkan::VulkanRenderTarget:

Public Member Functions

vc::Error __PrepareRenderTarget () override
 
- Public Member Functions inherited from venom::common::RenderTargetImpl
const TextureGetTexture () 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
 
- Public Member Functions inherited from venom::common::PluginObjectImpl
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 ()
 
- Public Member Functions inherited from venom::common::PluginObject
 PluginObject (const PluginType type)
 
PluginType GetType () const override
 
template<class T>
T * DAs ()
 
template<class T>
const T * DAs () const
 

Additional Inherited Members

- Static Public Member Functions inherited from venom::common::RenderTargetImpl
static const vc::Vector< RenderTargetImpl * > & GetAllRenderTargets ()
 
- Static Public Member Functions inherited from venom::common::GraphicsPluginObject
static bool HasCachedObject (const vc::String &path)
 Checks if an object is in the cache.
 
static SPtr< GraphicsCachedResourceGetCachedObject (const vc::String &path)
 Gets a cached object from the graphics cache.
 
static const vc::UMap< vc::String, vc::SPtr< GraphicsCachedResource > > & GetCachedObjects ()
 Gets all cached objects.
 
- Static Protected Member Functions inherited from venom::common::GraphicsPluginObject
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.
 

Member Function Documentation

◆ __PrepareRenderTarget()

vc::Error venom::vulkan::VulkanRenderTarget::__PrepareRenderTarget ( )
overridevirtual

The documentation for this class was generated from the following files: