Default smooth shadows shader sometimes doesn't get the current TTY pixels · Issue #97 · tattoy-org/tattoy · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be reproduced by pressing enter a few times on a prompt. What I think happens is that the cursor position is reported to the shader before the TTY contents arrives. This means that the light source queries an empty black area and so doesn't render anything. Pressing any key then updates the TTY pixels in the shader and it then correctly samples the colours around the shader to again generate the light source.
The text was updated successfully, but these errors were encountered:
This can be reproduced by pressing enter a few times on a prompt. What I think happens is that the cursor position is reported to the shader before the TTY contents arrives. This means that the light source queries an empty black area and so doesn't render anything. Pressing any key then updates the TTY pixels in the shader and it then correctly samples the colours around the shader to again generate the light source.
The text was updated successfully, but these errors were encountered: