Chromium Code Reviews

Unified Diff: gpu/command_buffer/common/gles2_cmd_format.h

Issue 863253002: Update from https://crrev.com/312600 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: gpu/command_buffer/common/gles2_cmd_format.h
diff --git a/gpu/command_buffer/common/gles2_cmd_format.h b/gpu/command_buffer/common/gles2_cmd_format.h
index b23cae3ac7e176d04f7cb6b4cce1fb4b76d5b9af..55fa4a1552658b74dba9e787ad5e0c1a3af787d1 100644
--- a/gpu/command_buffer/common/gles2_cmd_format.h
+++ b/gpu/command_buffer/common/gles2_cmd_format.h
@@ -42,6 +42,7 @@ typedef double GLclampd;
typedef void GLvoid;
typedef khronos_intptr_t GLintptr;
typedef khronos_ssize_t GLsizeiptr;
+typedef struct __GLsync *GLsync;
namespace gpu {
namespace gles2 {
@@ -63,6 +64,7 @@ enum IdNamespaces {
kValuebuffers,
kSamplers,
kTransformFeedbacks,
+ kSyncs,
kNumIdNamespaces
};

Powered by Google App Engine