GN_EXT_QUEUES done, untested

This commit is contained in:
Greg Wells
2025-07-16 19:52:12 -04:00
parent 4746e07c9d
commit 29a2818643
6 changed files with 28 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
#pragma once
#include <extensions/synchronization/commands/gryphn_sync_present.h>
#include <core/src/present/gryphn_present.h>
gnReturnCode gnQueuePresent(gnDevice device, gnQueue queue, gnPresentInfo info);
gnReturnCode gnQueuePresentSync(gnDevice device, gnQueue queue, gnPresentSyncInfo info);