]> git.lizzy.rs Git - shadowclad.git/blob - debugutil.h
Goddamn clipping planes rendering my crap backwards
[shadowclad.git] / debugutil.h
1 #ifndef DEBUGUTIL_H_
2 #define DEBUGUTIL_H_
3
4 #include <stdio.h>
5
6 #include "assimp_types.h"
7
8 char* getGlInfoString();
9 void dumpScene(FILE* stream, const AiScene* scene);
10 void dumpNode(FILE* stream, const AiNode* node);
11
12 #endif