blob: 12942363ab9a52e5f637109a85f9efafe49074b2 [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
in vec2 position;
void main() {
gl_Position = vec4(position, 0.0, 1.0);
}