#include <cstring>#include <iostream>#include <set>#include <unordered_set>#include "VEngine/Core/Device.hpp"
Include dependency graph for device.cpp:Go to the source code of this file.
Functions | |
| static VKAPI_ATTR VkBool32 VKAPI_CALL | debugCallback (const VkDebugUtilsMessageSeverityFlagBitsEXT messageSeverity, const VkDebugUtilsMessageTypeFlagsEXT messageType, const VkDebugUtilsMessengerCallbackDataEXT *pCallbackData, void *pUserData) |
| VkResult | CreateDebugUtilsMessengerEXT (const VkInstance instance, const VkDebugUtilsMessengerCreateInfoEXT *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDebugUtilsMessengerEXT *pDebugMessenger) |
| void | DestroyDebugUtilsMessengerEXT (const VkInstance instance, const VkDebugUtilsMessengerEXT debugMessenger, const VkAllocationCallbacks *pAllocator) |
| VkResult CreateDebugUtilsMessengerEXT | ( | const VkInstance | instance, |
| const VkDebugUtilsMessengerCreateInfoEXT * | pCreateInfo, | ||
| const VkAllocationCallbacks * | pAllocator, | ||
| VkDebugUtilsMessengerEXT * | pDebugMessenger ) |
Definition at line 16 of file device.cpp.
Referenced by ven::Device::setupDebugMessenger().
Here is the caller graph for this function:
|
static |
Definition at line 8 of file device.cpp.
Referenced by ven::Device::populateDebugMessengerCreateInfo().
Here is the caller graph for this function:| void DestroyDebugUtilsMessengerEXT | ( | const VkInstance | instance, |
| const VkDebugUtilsMessengerEXT | debugMessenger, | ||
| const VkAllocationCallbacks * | pAllocator ) |
Definition at line 25 of file device.cpp.
Referenced by ven::Device::~Device().
Here is the caller graph for this function: