MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / DummyVkDebugReportCallback

Function DummyVkDebugReportCallback

ThunkLibs/libvulkan/Host.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133static VkBool32
134DummyVkDebugReportCallback(VkDebugReportFlagsEXT, VkDebugReportObjectTypeEXT, uint64_t, size_t, int32_t, const char*, const char*, void*) {
135 return VK_FALSE;
136}
137
138static VkResult FEXFN_IMPL(vkCreateInstance)(const VkInstanceCreateInfo* a_0, const VkAllocationCallbacks* a_1, guest_layout<VkInstance*> a_2) {
139 const VkInstanceCreateInfo* vk_struct_base = a_0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected