update gryphn to use GN_FALSE + GN_TRUE
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "metal_loader.h"
|
||||
|
||||
gnBool metalIsExtensionSupported(gnExtension extension) {
|
||||
if (extension == GN_EXT_SYNCHRONIZATION) return gnTrue;
|
||||
if (extension == GN_EXT_QUEUES) return gnFalse;
|
||||
return gnFalse;
|
||||
if (extension == GN_EXT_SYNCHRONIZATION) return GN_TRUE;
|
||||
if (extension == GN_EXT_QUEUES) return GN_FALSE;
|
||||
return GN_FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user