add DebugLog build config
This commit is contained in:
parent
baaa87b18f
commit
25e561d953
9 changed files with 64 additions and 18 deletions
|
@ -36,8 +36,8 @@ extern PFNGLVERTEX2FPROC glVertex2f;
|
|||
BOOL oglu_load_dll();
|
||||
void oglu_init();
|
||||
BOOL oglu_ext_exists(char *ext, HDC hdc);
|
||||
GLuint oglu_build_program(const GLchar *vertSource, const GLchar *fragSource);
|
||||
GLuint oglu_build_program_from_file(const char *filePath);
|
||||
GLuint oglu_build_program(const GLchar *vert_source, const GLchar *frag_source);
|
||||
GLuint oglu_build_program_from_file(const char *file_path);
|
||||
|
||||
extern PFNGLVIEWPORTPROC glViewport;
|
||||
extern PFNGLBINDTEXTUREPROC glBindTexture;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue