![]() |
Plasma Engine
2.0
|

Public Member Functions | |
| virtual const plGALResourceBase * | GetParentResource () const override |
Public Member Functions inherited from plGALResource< plGALTextureCreationDescription > | |
| PL_ALWAYS_INLINE | plGALResource (const plGALTextureCreationDescription &description) |
| PL_ALWAYS_INLINE const plGALTextureCreationDescription & | GetDescription () const |
Public Member Functions inherited from plGALResourceBase | |
| void | SetDebugName (const char *szName) const |
Public Member Functions inherited from plRefCounted | |
| virtual | ~plRefCounted ()=default |
| Adds a virtual destructor. | |
Public Member Functions inherited from plRefCountingImpl | |
| plRefCountingImpl ()=default | |
| Constructor. | |
| plRefCountingImpl (const plRefCountingImpl &rhs) | |
| void | operator= (const plRefCountingImpl &rhs) |
| plInt32 | AddRef () const |
| Increments the reference counter. Returns the new reference count. | |
| plInt32 | 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. | |
| plInt32 | GetRefCount () const |
| Returns the current reference count. | |
Protected Member Functions | |
| plGALProxyTexture (const plGALTexture &parentTexture) | |
| virtual plResult | InitPlatform (plGALDevice *pDevice, plArrayPtr< plGALSystemMemoryDescription > pInitialData) override |
| virtual plResult | DeInitPlatform (plGALDevice *pDevice) override |
| virtual void | SetDebugNamePlatform (const char *szName) const override |
Protected Member Functions inherited from plGALTexture | |
| plGALTexture (const plGALTextureCreationDescription &Description) | |
Protected Attributes | |
| const plGALTexture * | m_pParentTexture |
Protected Attributes inherited from plGALTexture | |
| plGALTextureResourceViewHandle | m_hDefaultResourceView |
| plGALRenderTargetViewHandle | m_hDefaultRenderTargetView |
| plHashTable< plUInt32, plGALTextureResourceViewHandle > | m_ResourceViews |
| plHashTable< plUInt32, plGALRenderTargetViewHandle > | m_RenderTargetViews |
| plHashTable< plUInt32, plGALTextureUnorderedAccessViewHandle > | m_UnorderedAccessViews |
Protected Attributes inherited from plGALResource< plGALTextureCreationDescription > | |
| const plGALTextureCreationDescription | m_Description |
Friends | |
| class | plGALDevice |
|
overrideprotectedvirtual |
Implements plGALTexture.
|
overridevirtual |
Reimplemented from plGALResourceBase.
|
overrideprotectedvirtual |
Implements plGALTexture.
|
overrideprotectedvirtual |
Implements plGALResourceBase.