File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -881,15 +881,6 @@ int main(int argc, const char** argv) {
881
881
} \
882
882
} while (false )
883
883
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
-
893
884
// Immutable Data
894
885
VkBuffer vertex_buffer;
895
886
VkDeviceMemory vertex_buffer_memory;
You can’t perform that action at this time.
0 commit comments