Get everything to work

This commit is contained in:
Greg Wells
2025-06-25 20:23:59 -04:00
parent 7ff6d7e744
commit 751b1f828b
9 changed files with 22 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
#include <output_device/vulkan_output_devices.h>
#include <vulkan_surface/vulkan_surface.h>
gnInstanceFunctions loadVulkanInstanceFunctions(loaderInfo info) {
gnInstanceFunctions loadVulkanInstanceFunctions() {
return (gnInstanceFunctions){
._gnCreateInstance = createInstance,
._gnDestroyInstance = destroyInstance,