make some gryphn stuff happen (DOES NOT COMPILE)

This commit is contained in:
Gregory Wells
2025-06-24 13:04:33 -04:00
parent 78202825db
commit 1915166c82
21 changed files with 150 additions and 294 deletions

View File

@@ -1,5 +1,7 @@
#include "gryphn_loader.h"
#include "stdio.h"
void test_loader() {
printf("Loader works %i\n", 32);
gnInstanceFunctions loadInstanceFunctions(gnRenderingAPI api) {
printf("Loading instance functions");
return (gnInstanceFunctions){ NULL };
}