Class D3D12ResourcePlacementManager::ResourceAllocationInfoEntry

Nested Relationships

This class is a nested type of Class D3D12ResourcePlacementManager.

Nested Types

Inheritance Relationships

Base Type

  • public NonCopyable

Class Documentation

class ResourceAllocationInfoEntry : public NonCopyable

Public Functions

ResourceAllocationInfoEntry(const D3D12_RESOURCE_DESC &desc)
ResourceAllocationInfoEntry(const D3D12_RESOURCE_DESC &desc, const D3D12_RESOURCE_ALLOCATION_INFO &info)
D3D12_RESOURCE_DESC GetDesc() const
D3D12_RESOURCE_ALLOCATION_INFO GetInfo() const
struct EqualFunc

Public Functions

bool operator()(const ResourceAllocationInfoEntry &lhs, const ResourceAllocationInfoEntry &rhs) const
struct HashFunc

Public Functions

size_t operator()(const ResourceAllocationInfoEntry &entry) const