ruffle/core
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
..
assets chore: Update translations from Crowdin 2023-07-01 00:47:31 +02:00
build_playerglobal chore(deps): lock file maintenance rust dependencies 2023-07-11 22:42:51 +02:00
macros chore(deps): lock file maintenance rust dependencies 2023-07-11 22:42:51 +02:00
src render: make Context3D renderers fully GC-agnostic 2023-07-14 16:06:36 -06:00
Cargo.toml chore(deps): lock file maintenance rust dependencies 2023-07-11 22:42:51 +02:00
build.rs core: Added ability to mark stubs inside actionscript 2023-02-07 20:34:59 +01:00