Files
Gryphn/projects/extensions/synchronization/gryphn_synced_presentation_queue.h
2025-07-16 13:16:18 -04:00

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);