Diligent Engine API Reference
|
This is the complete list of members for Diligent::ResourceMappingImpl, including all inherited members.
AddResource(const Char *Name, IDeviceObject *pObject, bool bIsUnique) override final | Diligent::ResourceMappingImpl | virtual |
AddResourceArray(const Char *Name, Uint32 StartIndex, IDeviceObject *const *ppObjects, Uint32 NumElements, bool bIsUnique) override final | Diligent::ResourceMappingImpl | virtual |
GetResource(const Char *Name, IDeviceObject **ppResource, Uint32 ArrayIndex) override final | Diligent::ResourceMappingImpl | virtual |
GetSize() | Diligent::ResourceMappingImpl | virtual |
QueryInterface(const Diligent::INTERFACE_ID &IID, IObject **ppInterface) override final | Diligent::ResourceMappingImpl | virtual |
RemoveResourceByName(const Char *Name, Uint32 ArrayIndex) override final | Diligent::ResourceMappingImpl | virtual |
ResourceMappingImpl(FixedBlockMemoryAllocator &ObjAllocator, IMemoryAllocator &RawMemAllocator) | Diligent::ResourceMappingImpl | inline |