platform loaders take in loader info

This commit is contained in:
Gregory Wells
2025-06-24 15:45:20 -04:00
parent 911797d256
commit 4ac82bf587
7 changed files with 17 additions and 14 deletions

View File

@@ -0,0 +1,6 @@
#pragma once
#include "gryphn_rendering_api.h"
typedef struct loaderInfo {
gnRenderingAPI api;
} loaderInfo;