rename to projects (DOES NOT COMPILE)
This commit is contained in:
9
projects/apis/metal/src/debugger/metal_debugger.m
Normal file
9
projects/apis/metal/src/debugger/metal_debugger.m
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <core/debugger/gryphn_debugger.h>
|
||||
|
||||
// these do nothing because I am too lazy to write a debugger for metal at this point in time
|
||||
gnReturnCode gnCreateDebuggerFn(gnDebuggerHandle debugger, gnInstanceHandle instance, const struct gnDebuggerInfo_t info) {
|
||||
return GN_SUCCESS;
|
||||
}
|
||||
void gnDestroyDebuggerFn(gnDebuggerHandle instance) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user