ResourceMappingEntry struct
Describes the resourse mapping object entry.
Contents
Constructors, destructors, conversion operators
- ResourceMappingEntry(const Char* _Name, IDeviceObject* _pObject, Uint32 _ArrayIndex = 0) noexcept
- Initializes the structure members.
Public variables
- const Char* Name
- Object name.
- IDeviceObject* pObject
- Pointer to the object's interface.
Function documentation
Diligent:: ResourceMappingEntry:: ResourceMappingEntry(const Char* _Name,
IDeviceObject* _pObject,
Uint32 _ArrayIndex = 0) noexcept
Initializes the structure members.
| Parameters | |
|---|---|
| _Name in | - Object name. |
| _pObject in | - Pointer to the object. |
| _ArrayIndex in | - For array resources, index in the array |