gnIsExtensionSupported
This commit is contained in:
6
projects/apis/metal/loader/metal_extensions.m
Normal file
6
projects/apis/metal/loader/metal_extensions.m
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "metal_loader.h"
|
||||
|
||||
gnBool metalIsExtensionSupported(gnExtension extension) {
|
||||
if (extension == GN_EXT_SYNCHRONIZATION) return gnTrue;
|
||||
return gnFalse;
|
||||
}
|
Reference in New Issue
Block a user