1cb93a386Sopenharmony_ci#version 400 2cb93a386Sopenharmony_ciprecision mediump float; 3cb93a386Sopenharmony_ciprecision mediump sampler2D; 4cb93a386Sopenharmony_ciout mediump vec4 sk_FragColor; 5cb93a386Sopenharmony_civoid main() { 6cb93a386Sopenharmony_ci sk_FragColor.x = 1.0; 7cb93a386Sopenharmony_ci} 8