UNPKG

@bokeh/bokehjs

Version:

Interactive, novel data visualization

4 lines (3 loc) 197 B
const shader = ` precision mediump float;uniform sampler2D u_framebuffer_tex;varying vec2 v_tex_coords;void main(){gl_FragColor=texture2D(u_framebuffer_tex,v_tex_coords);}`; export default shader;