move present over to sync extension

This commit is contained in:
Gregory Wells
2025-07-09 20:35:16 -04:00
parent f44b73665b
commit 9ae7689ab8
11 changed files with 64 additions and 8 deletions

View File

@@ -117,6 +117,7 @@ gnSyncExtFunctions loadFunctionLoaderSyncExtFunctions() {
._gnResetFence = checkResetFence,
._gnDestroyFence = checkDestroyFence,
._gnSubmitSync = checkSubmitSync
._gnSubmitSync = checkSubmitSync,
._gnPresentSync = checkPresentSync
};
}