Constant shaders_graphics2d::textured::FRAGMENT_GLSL_150_CORE_WEBGL [] [src]

pub const FRAGMENT_GLSL_150_CORE_WEBGL: &'static [u8] = b"precision mediump float;\nuniform sampler2D s_texture;\nuniform vec4 color;\n\nin vec2 v_UV;\n\nout vec4 o_Color;\n\nvoid main()\n{\n    o_Color = texture(s_texture, v_UV) * color;\n}\n"

Fragment shader for GLSL 1.50