#version {{version}} precision highp float; out vec4 oFragColor; void main(){ oFragColor = vec4(1.0, 0.0, 0.0, 1.0); }