texture-fragment-shader

Source

(def texture-fragment-shader {:precision "mediump float", :uniforms '{u_texture sampler2D}, :inputs '{v_texcoord vec2}, :outputs '{outColor vec4}, :signatures '{main ([] void)}, :functions '{main ([] (= outColor (texture u_texture v_texcoord)))}})