kinda improve the loader (its worse)

This commit is contained in:
Greg Wells
2025-06-26 13:02:22 -04:00
parent 751b1f828b
commit b39fc43905
3 changed files with 42 additions and 18 deletions

View File

@@ -1,7 +1,11 @@
#pragma once
#include "gryphn_rendering_api.h"
typedef enum toLoadLayer {
no_layer, api_layer
} toLoadLayer;
typedef struct loaderInfo {
gnRenderingAPI api;
gnBool validateIfLoaded;
toLoadLayer layerToLoad;
} loaderInfo;