add experimental custom GL header for chrome
git-svn-id: http://skia.googlecode.com/svn/trunk@714 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
42ab7ea76e
commit
ba8efc8447
12
gpu/include/GrGLCustomSetupHeader_chrome.h
Normal file
12
gpu/include/GrGLCustomSetupHeader_chrome.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef Chrome_GR_GL_CUSTOM_SETUP_HEADER
|
||||
#define Chrome_GR_GL_CUSTOM_SETUP_HEADER
|
||||
|
||||
#define GR_INCLUDE_GLES2 <GLES2/gl2.h>
|
||||
#define GR_INCLUDE_GLES2ext <GLES2/gl2ext.h>
|
||||
|
||||
#define GR_GL_FUNC
|
||||
|
||||
#define GR_GL_PROC_ADDRESS(X) &X
|
||||
#define GR_GL_PROC_ADDRESS_HEADER
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user