summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/gles2_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/client/gles2_lib.h')
-rw-r--r--gpu/command_buffer/client/gles2_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/command_buffer/client/gles2_lib.h b/gpu/command_buffer/client/gles2_lib.h
index b90a2d8..957ac69 100644
--- a/gpu/command_buffer/client/gles2_lib.h
+++ b/gpu/command_buffer/client/gles2_lib.h
@@ -12,7 +12,7 @@
namespace gles2 {
-typedef void (*GLES2FunctionPointer)(void);
+typedef void(GL_APIENTRY* GLES2FunctionPointer)(void);
struct NameToFunc {
const char* name;