Diligent Engine API Reference
|
Describes the resourse mapping object entry. More...
Public Member Functions | |
ResourceMappingEntry (const Char *_Name=nullptr, IDeviceObject *_pObject=nullptr, Uint32 _ArrayIndex=0) | |
Initializes the structure members. More... | |
Public Attributes | |
const Char * | Name |
Object name. | |
IDeviceObject * | pObject |
Pointer to the object's interface. | |
Describes the resourse mapping object entry.
|
inline |
Initializes the structure members.
[in] | _Name | - Object name. Default value is nullptr |
[in] | _pObject | - Pointer to the object. Default value is nullptr |
[in] | _ArrayIndex | - For array resources, index in the array |