creating the presentation queue

This commit is contained in:
Greg Wells
2025-05-25 07:05:23 -04:00
parent ffec572925
commit 5b6360f26f
9 changed files with 56 additions and 141 deletions

View File

@@ -49,4 +49,5 @@ typedef struct gnFunctions_t {
#include "core/presentation_queue/gryphn_presentation_queue.h"
typedef struct gnDeviceFunctions_t {
gnReturnCode (*_gnCreatePresentationQueue)(gnPresentationQueue* presentationQueue, const gnOutputDevice* device, struct gnPresentationQueueInfo_t presentationInfo);
void (*_gnDestroyPresentationQueue)(gnPresentationQueue *presentationQueue);
} gnDeviceFunctions;