fnish metals new return codes

This commit is contained in:
Gregory Wells
2025-07-29 11:59:10 -04:00
parent b5984d22f4
commit c851c470b4
7 changed files with 8 additions and 23 deletions

View File

@@ -1,7 +1,6 @@
#pragma once
#include "stdint.h"
#include "utils/gryphn_error_code.h"
#include "core/gryphn_return_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);