#ifndef ANKI_SHADERS_COMMON_FRAG_GLSL #define ANKI_SHADERS_COMMON_FRAG_GLSL #ifdef GL_ES precision highp float; precision highp int; #endif #endif