![]() |
ezEngine
Release 25.03
|
Public Member Functions | |
vk::ImageView | GetImageView () const |
bool | IsFullRange () const |
vk::ImageSubresourceRange | GetRange () const |
![]() | |
EZ_ALWAYS_INLINE ezGALTexture * | GetTexture () const |
![]() | |
ezGALObject (const ezGALRenderTargetViewCreationDescription &description) | |
const EZ_ALWAYS_INLINE ezGALRenderTargetViewCreationDescription & | GetDescription () const |
![]() | |
virtual | ~ezRefCounted ()=default |
Adds a virtual destructor. | |
![]() | |
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 |
![]() | |
ezGALRenderTargetView (ezGALTexture *pTexture, const ezGALRenderTargetViewCreationDescription &description) | |
Protected Attributes | |
vk::ImageView | m_imageView |
bool | m_bfullRange = false |
vk::ImageSubresourceRange | m_range |
![]() | |
ezGALTexture * | m_pTexture |
![]() | |
const ezGALRenderTargetViewCreationDescription | m_Description |
Friends | |
class | ezGALDeviceVulkan |
class | ezMemoryUtils |