8 lines
309 B
C
8 lines
309 B
C
#pragma once
|
|
#include "stdint.h"
|
|
#include "utils/gryphn_error_code.h"
|
|
#include "core/src/gryphn_handles.h"
|
|
#include "semaphore/gryphn_semaphore.h"
|
|
|
|
gnReturnCode gnPresentationQueueGetImageAsync(gnPresentationQueueHandle presentationQueue, uint64_t timeout, gnSemaphoreHandle semaphore, uint32_t* imageIndex);
|