![]() |
ezEngine
Release 25.03
|
Public Member Functions | |
EZ_ALWAYS_INLINE ID3D11InputLayout * | GetDXInputLayout () const |
![]() | |
ezGALObject (const ezGALVertexDeclarationCreationDescription &description) | |
const EZ_ALWAYS_INLINE ezGALVertexDeclarationCreationDescription & | 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 | |
virtual ezResult | InitPlatform (ezGALDevice *pDevice) override |
virtual ezResult | DeInitPlatform (ezGALDevice *pDevice) override |
ezGALVertexDeclarationDX11 (const ezGALVertexDeclarationCreationDescription &Description) | |
![]() | |
ezGALVertexDeclaration (const ezGALVertexDeclarationCreationDescription &Description) | |
Protected Attributes | |
ID3D11InputLayout * | m_pDXInputLayout = nullptr |
![]() | |
const ezGALVertexDeclarationCreationDescription | m_Description |
Friends | |
class | ezGALDeviceDX11 |
class | ezMemoryUtils |
|
overrideprotectedvirtual |
Implements ezGALVertexDeclaration.