vulkan remove queue API
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
|
||||
gnBool metalIsExtensionSupported(gnExtension extension) {
|
||||
if (extension == GN_EXT_SYNCHRONIZATION) return gnTrue;
|
||||
if (extension == GN_EXT_QUEUES) return gnTrue;
|
||||
return gnFalse;
|
||||
}
|
||||
|
Reference in New Issue
Block a user