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

Method WriteNull

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

Source from the content-addressed store, hash-verified

1520}
1521
1522void JsonWriter::WriteNull()
1523{
1524 D3D12MA_ASSERT(!m_InsideString);
1525 BeginValue(false);
1526 m_SB.Add(L"null");
1527}
1528
1529void JsonWriter::AddAllocationToObject(const Allocation& alloc)
1530{

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected