Diligent Engine API Reference
Public Member Functions | Public Attributes | List of all members
Diligent::ResourceMappingEntry Struct 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.
 
IDeviceObjectpObject
 Pointer to the object's interface.
 

Detailed Description

Describes the resourse mapping object entry.

Constructor & Destructor Documentation

◆ ResourceMappingEntry()

Diligent::ResourceMappingEntry::ResourceMappingEntry ( const Char *  _Name = nullptr,
IDeviceObject _pObject = nullptr,
Uint32  _ArrayIndex = 0 
)
inline

Initializes the structure members.

Parameters
[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