blob: bd4ad5620a506e2b0aae9cccb81575fc53b2c12d [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.
#version 460 core
precision highp float;
out vec4 fragColor;
void main() {
return;
}