MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator / WriteNull

Method WriteNull

include/vk_mem_alloc.h:6251–6256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6249}
6250
6251void VmaJsonWriter::WriteNull()
6252{
6253 VMA_ASSERT(!m_InsideString);
6254 BeginValue(false);
6255 m_SB.Add("null");
6256}
6257
6258void VmaJsonWriter::BeginValue(bool isString)
6259{

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected