aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/apps/skar_java/src/main/assets/shaders/screenquad.frag
diff options
context:
space:
mode:
Diffstat (limited to 'platform_tools/android/apps/skar_java/src/main/assets/shaders/screenquad.frag')
-rw-r--r--platform_tools/android/apps/skar_java/src/main/assets/shaders/screenquad.frag3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform_tools/android/apps/skar_java/src/main/assets/shaders/screenquad.frag b/platform_tools/android/apps/skar_java/src/main/assets/shaders/screenquad.frag
index 800d723a80..9efaf99b4c 100644
--- a/platform_tools/android/apps/skar_java/src/main/assets/shaders/screenquad.frag
+++ b/platform_tools/android/apps/skar_java/src/main/assets/shaders/screenquad.frag
@@ -1,5 +1,5 @@
/*
- * Copyright 2017 Google Inc. All Rights Reserved.
+ * Copyright 2018 Google LLC All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
@@ -12,6 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
#extension GL_OES_EGL_image_external : require
precision mediump float;