![]() |
ezEngine
Release 25.03
|
Public Member Functions | |
EZ_ALWAYS_INLINE ezGALBuffer * | GetResource () const |
![]() | |
ezGALObject (const ezGALBufferUnorderedAccessViewCreationDescription &description) | |
const EZ_ALWAYS_INLINE ezGALBufferUnorderedAccessViewCreationDescription & | 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 | |
ezGALBufferUnorderedAccessView (ezGALBuffer *pResource, const ezGALBufferUnorderedAccessViewCreationDescription &description) | |
virtual ezResult | InitPlatform (ezGALDevice *pDevice)=0 |
virtual ezResult | DeInitPlatform (ezGALDevice *pDevice)=0 |
Protected Attributes | |
ezGALBuffer * | m_pResource |
![]() | |
const ezGALBufferUnorderedAccessViewCreationDescription | m_Description |
Friends | |
class | ezGALDevice |