Adding MSAA extension define for Evas GL MSAA surface support.

SVN revision: 71570
This commit is contained in:
Sung Park 2012-05-31 01:16:53 +00:00
parent 163df8ccbd
commit 7aadae8ff2
1 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,9 @@
#ifndef GL_PROGRAM_BINARY_RETRIEVABLE_HINT
# define GL_PROGRAM_BINARY_RETRIEVABLE_HINT 0x8257
#endif
#ifndef GL_MAX_SAMPLES_IMG
#define GL_MAX_SAMPLES_IMG 0x9135
#endif
#define SHAD_VERTEX 0
#define SHAD_COLOR 1