ruffle/render/wgpu/src
Nathan Adams f43560ab88 render: Switch to providing cacheAsBitmap entries all at once on submit frame 2023-06-24 01:42:04 +02:00
..
context3d wgpu: Cache compiled naga-agal shader module 2023-06-08 02:57:47 -05:00
surface wgpu: Specialise render_offscreen_for_cache to render directly to the texture 2023-06-24 01:42:04 +02:00
backend.rs render: Switch to providing cacheAsBitmap entries all at once on submit frame 2023-06-24 01:42:04 +02:00
bitmaps.rs wgpu: Update wgpu to 0.16.0 and naga to 0.12.0 2023-04-25 09:24:53 -05:00
blend.rs wgpu: Switch Multiply back to a complex shader, with dst.a==0 fix 2023-06-22 14:23:15 +02:00
buffer_builder.rs wgpu: Reuse the same vertex and index buffer for an entire mesh 2023-02-05 18:02:19 +01:00
buffer_pool.rs wgpu: Use swap_remove instead of remove for buffer pool 2023-03-31 16:57:52 +02:00
clap.rs chore: Fix `clap` update 2022-10-05 21:33:34 +03:00
descriptors.rs render: Fix blending onto BitmapData contents 2023-02-23 09:52:56 -06:00
globals.rs core: Fix Clippy lints on nightly 2023-02-13 03:38:54 +01:00
layouts.rs wgpu: Extract T->Color lookup from gradient shader to Mesh construction 2023-03-06 23:22:09 +01:00
lib.rs wpgu: Initial implementation of PixelBender shader execution (#11441) 2023-06-15 22:50:24 +00:00
mesh.rs render: Made ShapeHandle an Arc of an internal, droppable mesh 2023-03-23 01:44:27 -07:00
pipelines.rs render: Compile a different version of 'bitmap.wgsl' for Stage3D 2023-03-19 02:15:26 -05:00
pixel_bender.rs wpgu: Initial implementation of PixelBender shader execution (#11441) 2023-06-15 22:50:24 +00:00
shaders.rs wgpu: Switch Multiply back to a complex shader, with dst.a==0 fix 2023-06-22 14:23:15 +02:00
surface.rs render: Switch to providing cacheAsBitmap entries all at once on submit frame 2023-06-24 01:42:04 +02:00
target.rs desktop: Render game separately to UI, blit both onto surface 2023-05-24 23:50:48 +02:00
uniform_buffer.rs core: Fix Clippy lints on nightly 2023-02-13 03:38:54 +01:00
utils.rs wgpu: Update wgpu to 0.16.0 and naga to 0.12.0 2023-04-25 09:24:53 -05:00