Files
Gryphn/projects/apis/metal/loader/metal_extensions.m
2025-07-15 09:06:17 -04:00

7 lines
167 B
Objective-C

#include "metal_loader.h"
gnBool metalIsExtensionSupported(gnExtension extension) {
if (extension == GN_EXT_SYNCHRONIZATION) return gnTrue;
return gnFalse;
}