2011-01-19 22:04:04 +03:00
|
|
|
#ifndef GrGLConfig_chrome_DEFINED
|
|
|
|
#define GrGLConfig_chrome_DEFINED
|
|
|
|
|
2011-01-25 18:24:55 +03:00
|
|
|
// chrome always assumes BGRA
|
2011-04-20 01:15:09 +04:00
|
|
|
#define GR_GL_32BPP_COLOR_FORMAT GR_GL_BGRA
|
2011-01-19 22:04:04 +03:00
|
|
|
|
2011-02-18 00:47:25 +03:00
|
|
|
// glGetError() forces a sync with gpu process on chrome
|
2011-04-20 01:15:09 +04:00
|
|
|
#define GR_GL_CHECK_ERROR_START 0
|
|
|
|
|
|
|
|
// ANGLE creates a temp VB for vertex attributes not specified per-vertex.
|
|
|
|
#define GR_GL_NO_CONSTANT_ATTRIBUTES GR_WIN32_BUILD
|
2011-02-18 00:47:25 +03:00
|
|
|
|
2011-01-19 22:04:04 +03:00
|
|
|
#endif
|