summaryrefslogtreecommitdiff
path: root/gsk/ngl/resources/repeat.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'gsk/ngl/resources/repeat.glsl')
-rw-r--r--gsk/ngl/resources/repeat.glsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/gsk/ngl/resources/repeat.glsl b/gsk/ngl/resources/repeat.glsl
index 654446c70f..5d39603396 100644
--- a/gsk/ngl/resources/repeat.glsl
+++ b/gsk/ngl/resources/repeat.glsl
@@ -1,4 +1,5 @@
// VERTEX_SHADER:
+// repeat.glsl
void main() {
gl_Position = u_projection * u_modelview * vec4(aPosition, 0.0, 1.0);
@@ -7,6 +8,8 @@ void main() {
}
// FRAGMENT_SHADER:
+// repeat.glsl
+
uniform vec4 u_child_bounds;
uniform vec4 u_texture_rect;