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;