hardcoded gl3 shaders; extended Image; bmp writer

This commit is contained in:
aap
2016-07-19 18:40:10 +02:00
parent 14547ef830
commit 69356264d7
23 changed files with 1132 additions and 187 deletions

View File

@@ -206,6 +206,8 @@ struct Sphere
* Streams
*/
void makePath(char *filename);
class Stream
{
public:
@@ -357,9 +359,10 @@ enum Errors
#undef ECODE
extern int version;
extern int build;
extern int platform;
extern int32 version;
extern int32 build;
extern int32 platform;
extern bool32 streamAppendFrames;
extern char *debugFile;
int strncmp_ci(const char *s1, const char *s2, int n);