Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

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

Issue 2175043002: Add command buffer function glScheduleCALayerFilterEffectsCHROMIUM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: blah nits. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 1ac1d8967db3902a751ca3f8f0cde123f6ab2de8..f8b8f5c139dda8b1f8c0f64b6989fa29bbe2b980 100644
--- a/gpu/command_buffer/common/gles2_cmd_format.h
+++ b/gpu/command_buffer/common/gles2_cmd_format.h
@@ -48,6 +48,14 @@ typedef struct __GLsync *GLsync;
typedef int64_t GLint64;
typedef uint64_t GLuint64;
+struct GLCALayerFilterEffect {
+ GLint type;
+ GLfloat amount;
+ GLint drop_shadow_offset_x;
+ GLint drop_shadow_offset_y;
+ GLuint drop_shadow_color;
+};
+
namespace gpu {
namespace gles2 {

Powered by Google App Engine
This is Rietveld 408576698