ezEngine  Release 25.03
ezGALRenderTargetViewVulkan Class Reference
Inheritance diagram for ezGALRenderTargetViewVulkan:

Public Member Functions

vk::ImageView GetImageView () const
 
bool IsFullRange () const
 
vk::ImageSubresourceRange GetRange () const
 
- Public Member Functions inherited from ezGALRenderTargetView
EZ_ALWAYS_INLINE ezGALTextureGetTexture () const
 
- Public Member Functions inherited from ezGALObject< ezGALRenderTargetViewCreationDescription >
 ezGALObject (const ezGALRenderTargetViewCreationDescription &description)
 
const EZ_ALWAYS_INLINE ezGALRenderTargetViewCreationDescriptionGetDescription () const
 
- Public Member Functions inherited from ezRefCounted
virtual ~ezRefCounted ()=default
 Adds a virtual destructor.
 
- Public Member Functions inherited from ezRefCountingImpl
 ezRefCountingImpl ()=default
 Constructor.
 
 ezRefCountingImpl (const ezRefCountingImpl &rhs)
 
void operator= (const ezRefCountingImpl &rhs)
 
ezInt32 AddRef () const
 Increments the reference counter. Returns the new reference count.
 
ezInt32 ReleaseRef () const
 Decrements the reference counter. Returns the new reference count.
 
bool IsReferenced () const
 Returns true if the reference count is greater than 0, false otherwise.
 
ezInt32 GetRefCount () const
 Returns the current reference count.
 

Protected Member Functions

 ezGALRenderTargetViewVulkan (ezGALTexture *pTexture, const ezGALRenderTargetViewCreationDescription &Description)
 
virtual ezResult InitPlatform (ezGALDevice *pDevice) override
 
virtual ezResult DeInitPlatform (ezGALDevice *pDevice) override
 
- Protected Member Functions inherited from ezGALRenderTargetView
 ezGALRenderTargetView (ezGALTexture *pTexture, const ezGALRenderTargetViewCreationDescription &description)
 

Protected Attributes

vk::ImageView m_imageView
 
bool m_bfullRange = false
 
vk::ImageSubresourceRange m_range
 
- Protected Attributes inherited from ezGALRenderTargetView
ezGALTexturem_pTexture
 
- Protected Attributes inherited from ezGALObject< ezGALRenderTargetViewCreationDescription >
const ezGALRenderTargetViewCreationDescription m_Description
 

Friends

class ezGALDeviceVulkan
 
class ezMemoryUtils
 

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