gnQueueSubmit

This commit is contained in:
Greg Wells
2025-07-16 19:43:14 -04:00
parent ebc9a92f37
commit 4746e07c9d
8 changed files with 30 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include <extensions/synchronization/commands/gryphn_sync_submit.h>
#include <core/src/submit/gryphn_submit.h>
typedef struct gnQueueSubmitInfo {
} gnQueueSubmitInfo;
gnReturnCode gnQueueSubmit(gnOutputDevice device, gnQueue queue, gnSubmitInfo info);
gnReturnCode gnQueueSubmitSync(gnOutputDevice device, gnQueue queue, gnSubmitSyncInfo info);