MCPcopy Create free account
hub / github.com/comaps/comaps / Init

Method Init

libs/drape/vulkan/vulkan_utils.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22static bool gUse32bitDepth8bitStencil = false;
23
24void DebugName::Init(VkInstance instance, VkDevice device)
25{
26 vkSetDebugUtilsObjectNameEXT =
27 (PFN_vkSetDebugUtilsObjectNameEXT)vkGetInstanceProcAddr(instance, "vkSetDebugUtilsObjectNameEXT");
28 m_device = device;
29}
30
31void DebugName::Set(VkObjectType type, uint64_t handle, char const * name)
32{

Callers

nothing calls this directly

Calls 1

UnpackFunction · 0.85

Tested by

no test coverage detected