load vulkan queue function

This commit is contained in:
Greg Wells
2025-07-16 13:03:55 -04:00
parent 5e3f9e0a37
commit 3474ce4288
8 changed files with 49 additions and 3 deletions

View File

@@ -2,6 +2,6 @@
gnBool metalIsExtensionSupported(gnExtension extension) {
if (extension == GN_EXT_SYNCHRONIZATION) return gnTrue;
if (extension == GN_EXT_QUEUES) return gnTrue;
if (extension == GN_EXT_QUEUES) return gnFalse;
return gnFalse;
}