move present over to sync extension
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
#pragma once
|
||||
#include "utils/gryphn_error_code.h"
|
||||
#include "stdint.h"
|
||||
#include "utils/gryphn_error_code.h"
|
||||
#include "gryphn_handles.h"
|
||||
|
||||
typedef struct gnPresentInfo {
|
||||
uint32_t waitCount;
|
||||
gnSemaphoreHandle* waitSemaphores;
|
||||
uint32_t presentationQueueCount;
|
||||
gnPresentationQueueHandle* presentationQueues;
|
||||
uint32_t* imageIndices;
|
||||
|
Reference in New Issue
Block a user