From 427f0ee5b1d505f87c9f1cd7dba0e0902a74e296 Mon Sep 17 00:00:00 2001 From: Gregory Wells Date: Fri, 19 Sep 2025 09:25:12 -0400 Subject: [PATCH] reorder code --- projects/loader/src/gryphn_loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/loader/src/gryphn_loader.h b/projects/loader/src/gryphn_loader.h index 44a8ad0..7f0fb4f 100644 --- a/projects/loader/src/gryphn_loader.h +++ b/projects/loader/src/gryphn_loader.h @@ -18,8 +18,8 @@ typedef struct gryphnInstanceFunctionLayers { PFN_gnIsInstanceSuitable isSuitable; PFN_gnInstanceQueryDevices queryDevices; PFN_gnDestroyInstance destroyInstance; - PFN_gnQueryPhysicalDeviceFeatures getPhysicalDeviceFeatures; PFN_gnQueryPhysicalDeviceProperties getPhysicalDeviceProperties; + PFN_gnQueryPhysicalDeviceFeatures getPhysicalDeviceFeatures; PFN_gnQueryPhysicalDeviceLimits getPhysicalDeviceLimits; struct gryphnInstanceFunctionLayers* next; } gryphnInstanceFunctionLayers;