Added debug marker region to text overlay command buffer
This commit is contained in:
parent
4dabec717b
commit
50a806130e
3 changed files with 13 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ namespace DebugMarker
|
|||
pfnCmdDebugMarkerInsert = (PFN_vkCmdDebugMarkerInsertEXT)vkGetDeviceProcAddr(device, "vkCmdDebugMarkerInsertEXT");
|
||||
|
||||
// Set flag if at least one function pointer is present
|
||||
active = pfnDebugMarkerSetObjectName;
|
||||
active = (pfnDebugMarkerSetObjectName != VK_NULL_HANDLE);
|
||||
}
|
||||
|
||||
// Sets the debug name of an object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue