Skip to content

Commit 7ee513c

Browse files
author
Tanat Boozayaangool
authored
Remove set debug label calls that were causing segfaults (#1300)
1 parent 7c421de commit 7ee513c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

cmd/vulkan_sample/main.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -881,15 +881,6 @@ int main(int argc, const char** argv) {
881881
} \
882882
} while (false)
883883

884-
// Set debug labels of objects created before the device.
885-
SET_DEBUG_LABEL(instance, VK_OBJECT_TYPE_INSTANCE, "KubieInstance");
886-
SET_DEBUG_LABEL(physical_device, VK_OBJECT_TYPE_PHYSICAL_DEVICE,
887-
"KubiePhysDevice");
888-
SET_DEBUG_LABEL(device, VK_OBJECT_TYPE_DEVICE, "KubieDevice");
889-
SET_DEBUG_LABEL(queue, VK_OBJECT_TYPE_QUEUE, "KubieQueue");
890-
SET_DEBUG_LABEL(surface, VK_OBJECT_TYPE_SURFACE_KHR, "KubieSurface");
891-
SET_DEBUG_LABEL(swapchain, VK_OBJECT_TYPE_SWAPCHAIN_KHR, "KubieSwapchain");
892-
893884
// Immutable Data
894885
VkBuffer vertex_buffer;
895886
VkDeviceMemory vertex_buffer_memory;

0 commit comments

Comments
 (0)