get debugger to print out instance errors

This commit is contained in:
Greg Wells
2025-05-21 10:49:55 -04:00
parent f527afdb7a
commit 7341abb617
4 changed files with 69 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#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
GN_EXPORT gnReturnCode gnCreateDebuggerFn(gnDebugger* instance) {
GN_EXPORT gnReturnCode gnCreateDebuggerFn(gnDebugger* debugger, gnInstance* instance, const gnDebuggerInfo_t info) {
return GN_SUCCESS;
}
GN_EXPORT void gnDestroyDebuggerFn(gnDebugger& instance) {