Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6251
void VmaJsonWriter::WriteNull()
6252
{
6253
VMA_ASSERT(!m_InsideString);
6254
BeginValue(false);
6255
m_SB.Add(
"null"
);
6256
}
6257
6258
void VmaJsonWriter::BeginValue(bool isString)
6259
{
Callers
nothing calls this directly
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected