Y
Hacker News
new
|
ask
|
show
|
jobs
by
Santosh83
2740 days ago
Will activating WebRender improve framerates?
Not that it needs improving anyway... just curious.
2 comments
pcwalton
2740 days ago
WebRender is a mapping from CSS (and perhaps SVG and Canvas 2D in the future) to the GPU. But this game is already built on the GPU, so there's nothing for WR to do. :)
link
ishitatsuyuki
2740 days ago
WebRender is used for rendering DOM. However, as games use WebGL primarily it's unlikely WebRender will help in this case.
link