kinda improve the loader (its worse)
This commit is contained in:
@@ -3,7 +3,13 @@
|
||||
#include "gryphn_device_functions.h"
|
||||
#include "gryphn_command_functions.h"
|
||||
#include "gryphn_loader_info.h"
|
||||
#include "utils/lists/gryphn_array_list.h"
|
||||
|
||||
gnInstanceFunctions loadInstanceFunctions(loaderInfo info);
|
||||
gnDeviceFunctions loadDeviceFunctions(loaderInfo info);
|
||||
gnCommandFunctions loadCommandFunctions(loaderInfo info);
|
||||
typedef struct loaderLayer {
|
||||
gnInstanceFunctions instanceFunctions;
|
||||
gnDeviceFunctions deviceFunctions;
|
||||
gnCommandFunctions commandFunctions;
|
||||
} loaderLayer;
|
||||
|
||||
loaderLayer loadLayer(loaderInfo info);
|
||||
GN_ARRAY_LIST(loaderLayer);
|
||||
|
Reference in New Issue
Block a user