got bored and kinda rewrote GN_DEBUGGER_LAYER_FUNCTIONS
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
#include "gryphn_loader_info.h"
|
||||
#include "utils/lists/gryphn_array_list.h"
|
||||
|
||||
#include "extensions/synchronization/loader/sync_functions.h"
|
||||
|
||||
typedef struct loaderLayer {
|
||||
// idk why I sperate these info different classes, I should really shove them in one bit class
|
||||
// they used to be loaded seperatly but I guess there not anymore
|
||||
@@ -13,6 +15,8 @@ typedef struct loaderLayer {
|
||||
gnDeviceFunctions deviceFunctions;
|
||||
gnCommandFunctions commandFunctions;
|
||||
|
||||
gnSyncExtFunctions syncFunctions;
|
||||
|
||||
// this index is not set by loadLayer, set by gnCreateInstance, also not used for now
|
||||
uint32_t layerIndex;
|
||||
} loaderLayer;
|
||||
|
Reference in New Issue
Block a user