UNPKG

@bokeh/bokehjs

Version:

Interactive, novel data visualization

13 lines (10 loc) 211 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;