get the metal backend to compile (does not load)
This commit is contained in:
15
projects/apis/metal/loader/metal_instance_loader.c
Normal file
15
projects/apis/metal/loader/metal_instance_loader.c
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "metal_loader.h"
|
||||
|
||||
gnInstanceFunctions loadMetalInstanceFunctions() {
|
||||
return (gnInstanceFunctions){
|
||||
._gnCreateInstance = NULL,
|
||||
._gnDestroyInstance = NULL,
|
||||
._gnGetPhysicalDevices = NULL,
|
||||
._gnQueueCanPresentToSurface = NULL,
|
||||
._gnCreateOutputDevice = NULL,
|
||||
._gnDestroyOutputDevice = NULL,
|
||||
._gnCreateMacOSWindowSurface = NULL,
|
||||
._gnDestroyWindowSurface = NULL,
|
||||
._gnGetSurfaceDetails = NULL
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user