evas gl: fix build when GL_COVERAGE_SAMPLES_NV is defined byg <GL/gl.h>

This commit is contained in:
Boris Faure 2015-02-19 22:51:14 +01:00
parent 0d69422cca
commit 0c5c1c97da
1 changed files with 2 additions and 0 deletions

View File

@ -2226,7 +2226,9 @@ typedef signed int GLfixed; // Changed khronos_int32_t
#define GL_COVERAGE_COMPONENT4_NV 0x8ED1
#define GL_COVERAGE_ATTACHMENT_NV 0x8ED2
#define GL_COVERAGE_BUFFERS_NV 0x8ED3
#ifndef GL_COVERAGE_SAMPLES_NV
#define GL_COVERAGE_SAMPLES_NV 0x8ED4
#endif
#define GL_COVERAGE_ALL_FRAGMENTS_NV 0x8ED5
#define GL_COVERAGE_EDGE_FRAGMENTS_NV 0x8ED6
#define GL_COVERAGE_AUTOMATIC_NV 0x8ED7