do some more C stuff

This commit is contained in:
Greg Wells
2025-05-24 14:46:26 -04:00
parent 08dd2ccc3d
commit b1fab45e53
9 changed files with 157 additions and 23 deletions

View File

@@ -44,6 +44,7 @@ typedef struct gnFunctions_t {
void (*_gnDestroyWindowSurface)(struct gnWindowSurface_t* windowSurface);
} gnFunctions;
#include "core/presentation_queue/gryphn_presentation_queue.h"
typedef struct gnDeviceFunctions_t {
gnReturnCode (*_gnCreatePresentationQueue)(gnPresentationQueue* presentationQueue, const gnOutputDevice* device, struct gnPresentationQueueInfo_t presentationInfo);
} gnDeviceFunctions;