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

Method Back

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

Source from the content-addressed store, hash-verified

1946 Item* Front() { return m_pFront; }
1947 const Item* Front() const { return m_pFront; }
1948 Item* Back() { return m_pBack; }
1949 const Item* Back() const { return m_pBack; }
1950
1951 bool empty() const { return IsEmpty(); }

Callers 1

D3D12MemAlloc.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected