a lot of loader cleanup
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
|
||||
gryphnInstanceFunctionLayers checkerLoadInstanceFunctions() {
|
||||
return (gryphnInstanceFunctionLayers) {
|
||||
.createInstance = { checkCreateInstance, NULL },
|
||||
.destroyInstance = { checkDestroyInstance, NULL }
|
||||
.createInstance = checkCreateInstance,
|
||||
.destroyInstance = checkDestroyInstance
|
||||
};
|
||||
}
|
||||
|
||||
|
@@ -3,6 +3,9 @@
|
||||
#include "loader/src/gryphn_device_functions.h"
|
||||
#include "loader/src/gryphn_command_functions.h"
|
||||
|
||||
typedef struct gryphnInstanceFunctionLayers gryphnInstanceFunctionLayers;
|
||||
gryphnInstanceFunctionLayers checkerLoadInstanceFunctions();
|
||||
|
||||
gnInstanceFunctions loadFunctionLoaderInstanceFunctions();
|
||||
gnDeviceFunctions loadFunctionLoaderDeviceFunctions();
|
||||
gnCommandFunctions loadFunctionLoaderCommandFunctions();
|
||||
|
Reference in New Issue
Block a user