This commit is contained in:
luboslenco
2025-03-12 22:08:18 +01:00
parent c7810d2101
commit 07aba146dc
5 changed files with 246 additions and 358 deletions
+1 -2
View File
@@ -730,8 +730,7 @@ struct iron_x11_window *window_from_window(Window window) {
return NULL;
}
void iron_vulkan_get_instance_extensions(const char **names, int *index, int max) {
assert(*index + 1 < max);
void iron_vulkan_get_instance_extensions(const char **names, int *index) {
names[(*index)++] = VK_KHR_XLIB_SURFACE_EXTENSION_NAME;
}