| 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 |
no outgoing calls
no test coverage detected