]> git.cworth.org Git - apitrace/blobdiff - dispatch/eglimports.hpp
gltrace: Recognize more ES parameters.
[apitrace] / dispatch / eglimports.hpp
index 7f22e70dfb3953a014da36ffe38cfc9b2ec8c03d..49cf177ac91887e6cc2b9f93126ae19fcc3ab93f 100644 (file)
 #include <GLES2/gl2platform.h>
 
 
+// OpenGL ES 2.0
+
+// avoid conflicting with GL_NV_multisample_coverage
+#define GL_NV_coverage_sample
+#include "GLES2/gl2ext.h"
+
+
 // OpenGL ES 1.1
 typedef int32_t  GLfixed;
 typedef int32_t  GLclampx;
@@ -77,18 +84,8 @@ typedef int32_t  GLclampx;
 #define GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES                  0x8B9F
 #endif
 
-// avoid conflict with GL_EXT_framebuffer_multisample
-#define GL_EXT_multisampled_render_to_texture
-
 #undef _glext_h_
 #include "GLES/glext.h"
 
 
-// OpenGL ES 2.0
-
-// avoid conflicting with GL_NV_multisample_coverage
-#define GL_NV_coverage_sample
-#include "GLES2/gl2ext.h"
-
-
 #endif /* _EGLIMPORTS_HPP_ */