#ifdef GL_ES precision highp float; #endif #ifdef GL_EXT_gpu_shader4 // We sometimes want round(). #extension GL_EXT_gpu_shader4 : enable #endif varying vec2 tc;