MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / ContinueString_Pointer

Method ContinueString_Pointer

include/vk_mem_alloc.h:5975–5979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5973}
5974
5975void VmaJsonWriter::ContinueString_Pointer(const void* ptr)
5976{
5977 VMA_ASSERT(m_InsideString);
5978 m_SB.AddPointer(ptr);
5979}
5980
5981void VmaJsonWriter::EndString(const char* pStr)
5982{

Callers 2

PrintParametersMethod · 0.80

Calls 1

AddPointerMethod · 0.80

Tested by

no test coverage detected