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

Function AddFlagToStr

src/VulkanSample.cpp:1602–1607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1600#endif // #if VMA_VULKAN_VERSION > 1002000
1601
1602static void AddFlagToStr(std::wstring& inout, const wchar_t* flagStr)
1603{
1604 if(!inout.empty())
1605 inout += L", ";
1606 inout += flagStr;
1607}
1608
1609static std::wstring HeapFlagsToStr(VkMemoryHeapFlags flags)
1610{

Callers 2

HeapFlagsToStrFunction · 0.85
PropertyFlagsToStrFunction · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected