bit more accurate
This commit is contained in:
@@ -9,17 +9,14 @@
|
|||||||
#include <vitasdk.h>
|
#include <vitasdk.h>
|
||||||
|
|
||||||
#define GL_COLOR_INDEX8_EXT 0x80E5
|
#define GL_COLOR_INDEX8_EXT 0x80E5
|
||||||
|
|
||||||
#define GL_NO_ERROR 0
|
#define GL_NO_ERROR 0
|
||||||
|
|
||||||
#define glDrawArrays(type, first, count) ((void)0)
|
#define glDrawArrays(type, first, count) ((void)0)
|
||||||
#define glColorTableEXT(target, internalformat, count, format, type, pixels) ((void)0)
|
#define glColorTableEXT(target, internalformat, count, format, type, pixels) ((void)0)
|
||||||
#define glDepthFunc(func) ((void)0)
|
#define glDepthFunc(func) ((void)0)
|
||||||
#define glBlendFunc(sfactor, dfactor) ((void)0)
|
#define glBlendFunc(sfactor, dfactor) ((void)0)
|
||||||
#define glGetError() GL_NO_ERROR
|
#define glGetError() GL_NO_ERROR
|
||||||
|
|
||||||
typedef int GLbitfield;
|
|
||||||
|
|
||||||
#define GL_GLEXT_PROTOTYPES
|
#define GL_GLEXT_PROTOTYPES
|
||||||
|
|
||||||
|
typedef uint32_t GLbitfield;
|
||||||
|
|
||||||
#include "dusksdl2.h"
|
#include "dusksdl2.h"
|
||||||
Reference in New Issue
Block a user