Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
/ WriteNumber
Method
WriteNumber
include/vk_mem_alloc.h:6230–6235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6228
}
6229
6230
void VmaJsonWriter::WriteNumber(uint32_t n)
6231
{
6232
VMA_ASSERT(!m_InsideString);
6233
BeginValue(false);
6234
m_SB.AddNumber(n);
6235
}
6236
6237
void VmaJsonWriter::WriteNumber(uint64_t n)
6238
{
Callers
7
VmaPrintDetailedStatistics
Function · 0.80
PrintDetailedMap_Begin
Method · 0.80
PrintDetailedMap_Allocation
Method · 0.80
PrintDetailedMap_UnusedRange
Method · 0.80
PrintParameters
Method · 0.80
PrintDetailedMap
Method · 0.80
vmaBuildStatsString
Function · 0.80
Calls
1
AddNumber
Method · 0.80
Tested by
no test coverage detected