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

Function GetHeap

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

Source from the content-addressed store, hash-verified

5821 UINT64 GetSize() const { return m_Size; }
5822 UINT GetId() const { return m_Id; }
5823 ID3D12Heap* GetHeap() const { return m_Heap; }
5824
5825protected:
5826 AllocatorPimpl* const m_Allocator;

Callers 1

NormalBlockClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected