Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::Debug Namespace Reference

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
 

Function Documentation

◆ SetObjectName()

void Divide::Debug::SetObjectName ( VkDevice  device,
uint64_t  object,
VkObjectType  objectType,
const char *  name 
)

Definition at line 35 of file vkResources.cpp.

◆ SetObjectTag()

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.

Variable Documentation

◆ vkCmdBeginDebugUtilsLabelEXT

PFN_vkCmdBeginDebugUtilsLabelEXT Divide::Debug::vkCmdBeginDebugUtilsLabelEXT = VK_NULL_HANDLE

Definition at line 28 of file vkResources.cpp.

◆ vkCmdEndDebugUtilsLabelEXT

PFN_vkCmdEndDebugUtilsLabelEXT Divide::Debug::vkCmdEndDebugUtilsLabelEXT = VK_NULL_HANDLE

Definition at line 29 of file vkResources.cpp.

◆ vkCmdInsertDebugUtilsLabelEXT

PFN_vkCmdInsertDebugUtilsLabelEXT Divide::Debug::vkCmdInsertDebugUtilsLabelEXT = VK_NULL_HANDLE

Definition at line 30 of file vkResources.cpp.

◆ vkSetDebugUtilsObjectNameEXT

PFN_vkSetDebugUtilsObjectNameEXT Divide::Debug::vkSetDebugUtilsObjectNameEXT = VK_NULL_HANDLE

Definition at line 31 of file vkResources.cpp.

◆ vkSetDebugUtilsObjectTagEXT

PFN_vkSetDebugUtilsObjectTagEXT Divide::Debug::vkSetDebugUtilsObjectTagEXT = VK_NULL_HANDLE

Definition at line 32 of file vkResources.cpp.