#version 310 es precision mediump float; precision highp int; layout(location = 0) out vec4 FragColor; void main() { FragColor = vec4(1.0); }