/* 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. */ attribute vec4 gtf_Vertex; uniform mat4 gtf_ModelViewProjectionMatrix; varying vec4 color; void main (void) { int j = 30; int k = 37; int y = 10; int n = 12; bool result1 = false; bool result2 = false; (j>k)?( result1 = true ):( result1 = false ); (y