ruffle/render/webgl
Moulins 3ea67668c0 render: make Context3D renderers fully GC-agnostic
The 'gc_arena' dependency was only used to manipulate the `GcCell`s
containing the vertex and fragment shaders; replacing these by a
reference to a plain old `Cell` means tha  the Context3D traits and
types do not need to interact with GC'd object anymore.

As a knock-on effect, we can also remove the `Activation` parameter
from most of the `Context3DObject` methods.
2023-07-14 16:06:36 -06:00
..
shaders webgl: Fixed blown out colortransform in webgl 2023-02-24 19:01:41 +01:00
src render: Suppress clippy::arc_with_non_send_sync for now 2023-07-04 20:50:46 +02:00
Cargo.toml render: make Context3D renderers fully GC-agnostic 2023-07-14 16:06:36 -06:00