xxx debug-printf

Doesn't work yet, booo!
This commit is contained in:
Benjamin Otte
2023-05-13 01:48:51 +02:00
parent 802216e7c1
commit a7c842ee9d
2 changed files with 3 additions and 1 deletions

View File

@@ -1390,6 +1390,7 @@ gdk_display_create_vulkan_device (GdkDisplay *display,
device_extensions = g_ptr_array_new ();
g_ptr_array_add (device_extensions, (gpointer) VK_KHR_SWAPCHAIN_EXTENSION_NAME);
g_ptr_array_add (device_extensions, (gpointer) VK_KHR_SHADER_NON_SEMANTIC_INFO_EXTENSION_NAME);
g_ptr_array_add (device_extensions, (gpointer) VK_KHR_MAINTENANCE_3_EXTENSION_NAME);
g_ptr_array_add (device_extensions, (gpointer) VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME);
if (has_incremental_present)

View File

@@ -1,4 +1,5 @@
#version 420 core
#version 450
#extension GL_EXT_debug_printf : enable
#include "clip.frag.glsl"
#include "rect.frag.glsl"