blob: 480056b079481d6c1f1b73786db8d8c9f326bed5 [file] [log] [blame]
/*
Copyright (c) 2019 The Khronos Group Inc.
Use of this source code is governed by an MIT-style license that can be
found in the LICENSE.txt file.
*/
void main()
{
gl_FragCoord = vec4(1.0); // can be used in fragment shader only
}