![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
Functions | |
void | SetObjectName (VkDevice device, uint64_t object, VkObjectType objectType, const char *name) |
void | SetObjectTag (VkDevice device, uint64_t object, const VkObjectType objectType, size_t tagSize, void *tagData, uint64_t tagName) |
Variables | |
PFN_vkCmdBeginDebugUtilsLabelEXT | vkCmdBeginDebugUtilsLabelEXT = VK_NULL_HANDLE |
PFN_vkCmdEndDebugUtilsLabelEXT | vkCmdEndDebugUtilsLabelEXT = VK_NULL_HANDLE |
PFN_vkCmdInsertDebugUtilsLabelEXT | vkCmdInsertDebugUtilsLabelEXT = VK_NULL_HANDLE |
PFN_vkSetDebugUtilsObjectNameEXT | vkSetDebugUtilsObjectNameEXT = VK_NULL_HANDLE |
PFN_vkSetDebugUtilsObjectTagEXT | vkSetDebugUtilsObjectTagEXT = VK_NULL_HANDLE |
void Divide::Debug::SetObjectName | ( | VkDevice | device, |
uint64_t | object, | ||
VkObjectType | objectType, | ||
const char * | name | ||
) |
Definition at line 35 of file vkResources.cpp.
void Divide::Debug::SetObjectTag | ( | VkDevice | device, |
uint64_t | object, | ||
const VkObjectType | objectType, | ||
size_t | tagSize, | ||
void * | tagData, | ||
uint64_t | tagName | ||
) |
Definition at line 48 of file vkResources.cpp.
PFN_vkCmdBeginDebugUtilsLabelEXT Divide::Debug::vkCmdBeginDebugUtilsLabelEXT = VK_NULL_HANDLE |
Definition at line 28 of file vkResources.cpp.
PFN_vkCmdEndDebugUtilsLabelEXT Divide::Debug::vkCmdEndDebugUtilsLabelEXT = VK_NULL_HANDLE |
Definition at line 29 of file vkResources.cpp.
PFN_vkCmdInsertDebugUtilsLabelEXT Divide::Debug::vkCmdInsertDebugUtilsLabelEXT = VK_NULL_HANDLE |
Definition at line 30 of file vkResources.cpp.
PFN_vkSetDebugUtilsObjectNameEXT Divide::Debug::vkSetDebugUtilsObjectNameEXT = VK_NULL_HANDLE |
Definition at line 31 of file vkResources.cpp.
PFN_vkSetDebugUtilsObjectTagEXT Divide::Debug::vkSetDebugUtilsObjectTagEXT = VK_NULL_HANDLE |
Definition at line 32 of file vkResources.cpp.