add queue information to Gryphn

This commit is contained in:
Greg Wells
2025-05-23 11:49:34 -04:00
parent 20c351e5d8
commit e7bbd9f9f2
11 changed files with 100 additions and 141 deletions

View File

@@ -65,8 +65,6 @@ void gnLoadFunctions(struct gnDynamicLibrary_t* lib, struct gnFunctions_t* funct
#endif
gnLoadDLLFunction(lib, functions->_gnDestroyWindowSurface, "gnDestroyWindowSurfaceFn");
printf("_gnDestroyWindowSurface location: %p\n", functions->_gnDestroyWindowSurface);
}
void gnLoadDeviceFunctions(struct gnDynamicLibrary_t* lib, struct gnDeviceFunctions_t* functions) {