some stuffs

This commit is contained in:
Gregory Wells
2025-06-14 12:14:18 -04:00
parent b0822f6f57
commit a91332f1e3
7 changed files with 54 additions and 39 deletions

View File

@@ -54,7 +54,7 @@ typedef struct gnFunctions_t {
#endif
void (*_gnDestroyWindowSurface)(gnWindowSurfaceHandle windowSurface);
struct gnSurfaceDetails_t (*_gnGetSurfaceDetails)(gnWindowSurfaceHandle windowSurface, struct gnPhysicalDevice_t device);
gnSurfaceDetails (*_gnGetSurfaceDetails)(gnWindowSurfaceHandle windowSurface, struct gnPhysicalDevice_t device);
} gnFunctions;
#include "core/presentation_queue/gryphn_presentation_queue.h"