|
ezVec3U32 | GetMipMapSize (ezUInt32 uiMipLevel) const |
|
ezGALTextureRange | ClampRange (ezGALTextureRange range) const |
| Replaced EZ_GAL_ALL_MIP_LEVELS and EZ_GAL_ALL_ARRAY_SLICES with the correct upper bounds for this texture.
|
|
EZ_ALWAYS_INLINE | ezGALResource (const ezGALTextureCreationDescription &description) |
|
EZ_ALWAYS_INLINE const ezGALTextureCreationDescription & | GetDescription () const |
|
void | SetDebugName (const char *szName) const |
|
virtual const ezGALResourceBase * | GetParentResource () 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.
|
|
The documentation for this class was generated from the following files:
- /home/runner/work/ezEngine/ezEngine/Code/Engine/RendererFoundation/Resources/Texture.h
- /home/runner/work/ezEngine/ezEngine/Code/Engine/RendererFoundation/Resources/Implementation/Texture.cpp