scop
a small 3D object loader
Loading...
Searching...
No Matches
VulkanDebug.cpp File Reference
#include "VulkanApp.hpp"
Include dependency graph for VulkanDebug.cpp:

Go to the source code of this file.

Functions

VkResult CreateDebugUtilsMessengerEXT (VkInstance instance, const VkDebugUtilsMessengerCreateInfoEXT *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDebugUtilsMessengerEXT *pDebugMessenger)
 
void DestroyDebugUtilsMessengerEXT (VkInstance instance, VkDebugUtilsMessengerEXT debugMessenger, const VkAllocationCallbacks *pAllocator)
 

Function Documentation

◆ CreateDebugUtilsMessengerEXT()

VkResult CreateDebugUtilsMessengerEXT ( VkInstance instance,
const VkDebugUtilsMessengerCreateInfoEXT * pCreateInfo,
const VkAllocationCallbacks * pAllocator,
VkDebugUtilsMessengerEXT * pDebugMessenger )

Definition at line 15 of file VulkanDebug.cpp.

Here is the caller graph for this function:

◆ DestroyDebugUtilsMessengerEXT()

void DestroyDebugUtilsMessengerEXT ( VkInstance instance,
VkDebugUtilsMessengerEXT debugMessenger,
const VkAllocationCallbacks * pAllocator )

Definition at line 24 of file VulkanDebug.cpp.

Here is the caller graph for this function: