browserhtml / browserhtml

Experimental Servo browser built in HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

overscroll build crash when showing sidebar

paulrouget opened this issue · comments

commented
~/Downloads/servo\ 2/bin/servo -w -b --pref dom.mozbrowser.enabled --pref dom.forcetouch.enabled --pref  shell.builtin-key-shortcuts.enabled=false https://output.jsbin.com/hobazen
Failed to compile shader: "/Users/gozala/Downloads/servo 2/resources/shaders/ps_image_clip.fs.glsl"
ERROR: 0:15: Use of undeclared identifier 'pos'
ERROR: 0:27: Use of undeclared identifier 'relative_pos_in_rect'
ERROR: 0:28: Use of undeclared identifier 'position_in_tile'
ERROR: 0:29: Use of undeclared identifier 'position_in_tile'
ERROR: 0:31: Use of undeclared identifier 'st'

-- Shader compile failed - exiting -- (thread main, at /Users/Paul/git/servo/../webrender/webrender/src/device.rs:830)
ERROR:servo: -- Shader compile failed - exiting —

fix literally just merged?

servo/webrender#447

commented

yeah just saw that :)