62e001c288
Things working: - glDrawArrays / glDrawElements et al. - Texturing - Blending Things missing: - Lighting - Multitexturing - Near Z-clipping - Framebuffer extension - Immediate mode
13 lines
137 B
C
13 lines
137 B
C
#ifndef GLKOS_H
|
|
#define GLKOS_H
|
|
|
|
#include "gl.h"
|
|
|
|
__BEGIN_DECLS
|
|
|
|
GLAPI void APIENTRY glKosSwapBuffers();
|
|
|
|
__END_DECLS
|
|
|
|
#endif // GLKOS_H
|