things
This commit is contained in:
parent
2fe23438b0
commit
80c9abcdbd
16 changed files with 6238 additions and 5761 deletions
20
engine/include/GearBox/GL.h
Normal file
20
engine/include/GearBox/GL.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#ifndef __GEARBOX_GL_H__
|
||||
#define __GEARBOX_GL_H__
|
||||
|
||||
#include <GearBox/MachDep.h>
|
||||
#include <GearBox/TypeDefs.h>
|
||||
|
||||
#include <GearBox/GL/GL.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* gl_shader.c */
|
||||
GBDECL int GBGLShaderPrepare(GLuint* shader, const char* vs, const char* fs);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue