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

Method data

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

Source from the content-addressed store, hash-verified

911 bool empty() const { return m_Count == 0; }
912 size_t size() const { return m_Count; }
913 T* data() { return m_pArray; }
914 const T* data() const { return m_pArray; }
915 void clear(bool freeMemory = false) { resize(0, freeMemory); }
916

Callers 15

ptrwMethod · 0.95
ptrMethod · 0.95
scene_asset.cppFile · 0.45
skr_load_sceneFunction · 0.45
get_modifiersMethod · 0.45
get_mappingsMethod · 0.45
InitializeMethod · 0.45
updateDescSetsIfDirtyMethod · 0.45
mergeUpdateForTableMethod · 0.45
GetDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected