platform loaders take in loader info
This commit is contained in:
6
projects/loader/src/gryphn_loader_info.h
Normal file
6
projects/loader/src/gryphn_loader_info.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include "gryphn_rendering_api.h"
|
||||
|
||||
typedef struct loaderInfo {
|
||||
gnRenderingAPI api;
|
||||
} loaderInfo;
|
Reference in New Issue
Block a user