Describes the resource mapping object entry. More...
#include <ResourceMapping.h>
Public Member Functions | |
constexpr | ResourceMappingEntry (const Char *_Name, IDeviceObject *_pObject, Uint32 _ArrayIndex=0) noexcept |
Initializes the structure members. | |
Public Attributes | |
const Char * | Name = nullptr |
Object name. | |
IDeviceObject * | pObject = nullptr |
Pointer to the object's interface. | |
Uint32 | ArrayIndex = 0 |
For array resources, index in the array. | |
Describes the resource mapping object entry.
|
inlineconstexprnoexcept |
Initializes the structure members.
[in] | _Name | - Object name. |
[in] | _pObject | - Pointer to the object. |
[in] | _ArrayIndex | - For array resources, index in the array |