ruffle/render/webgl
Mike Welsh 4558be948e render: Fix masking issues on wgpu/webgl backends
Change the usage of the stencil buffer to avoid running out of
stencil bits when too many nested masks are active.

This also cleans things up on wgpu which requires us to make
pipeline states in advice; now we only need a few stencil states
for masking as opposed to hundreds.
2020-10-17 02:42:56 -07:00
..
shaders webgl: Set uniforms for all gradient colors 2020-09-29 14:02:25 -07:00
src render: Fix masking issues on wgpu/webgl backends 2020-10-17 02:42:56 -07:00
Cargo.toml webgl: Fall back to canvas if not using hardware acceleration 2020-09-25 01:22:21 -07:00