This commit is contained in:
Nishi 2026-01-09 06:12:57 +09:00
commit 80c9abcdbd
Signed by: nishi
GPG key ID: 27EF69B208EB9343
16 changed files with 6238 additions and 5761 deletions

View 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