MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / GetSize

Function GetSize

modules/engine/graphics/src/d3d12/D3D12MemAlloc.cpp:5821–5821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5819 const D3D12_HEAP_PROPERTIES& GetHeapProperties() const { return m_HeapProps; }
5820 D3D12_HEAP_FLAGS GetHeapFlags() const { return m_HeapFlags; }
5821 UINT64 GetSize() const { return m_Size; }
5822 UINT GetId() const { return m_Id; }
5823 ID3D12Heap* GetHeap() const { return m_Heap; }
5824

Callers 10

ValidateMethod · 0.70
ClearMethod · 0.70
AddStatisticsMethod · 0.70
AddDetailedStatisticsMethod · 0.70
AllocMethod · 0.70
NormalBlockClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected