ruffle/render/wgpu/src
Nathan Adams 57ddb6bdcb wgpu: Refactor out bitmap bind group from drawtype 2022-09-11 09:07:53 +02:00
..
backend.rs wgpu: Cache shape pipelines per texture format & msaa 2022-09-11 09:07:53 +02:00
bitmaps.rs wgpu: Moved all bind group layouts into their own struct 2022-09-11 09:07:53 +02:00
clap.rs chore: Appease clippy 2022-05-22 02:34:18 -07:00
commands.rs wgpu: Refactor out bitmap bind group from drawtype 2022-09-11 09:07:53 +02:00
descriptors.rs wgpu: Cache shape pipelines per texture format & msaa 2022-09-11 09:07:53 +02:00
frame.rs wgpu: Removed redundant _pipeline suffix in Pipelines 2022-09-11 09:07:53 +02:00
globals.rs avm2: Implement `BitmapData.draw` for `wgpu` backend (#7254) 2022-09-06 16:38:48 -05:00
layouts.rs wgpu: Moved all bind group layouts into their own struct 2022-09-11 09:07:53 +02:00
lib.rs wgpu: Moved Mesh, Draw and DrawType to their own file, and code that constructs a DrawType there too 2022-09-11 09:07:53 +02:00
mesh.rs wgpu: Refactor out bitmap bind group from drawtype 2022-09-11 09:07:53 +02:00
pipelines.rs wgpu: Removed redundant _pipeline suffix in Pipelines 2022-09-11 09:07:53 +02:00
shaders.rs wgpu: Don't recompile shaders for each Pipelines 2022-09-11 09:07:53 +02:00
surface.rs wgpu: Cache shape pipelines per texture format & msaa 2022-09-11 09:07:53 +02:00
target.rs wgpu: Fixed panic if rendering to a texture smaller than 1x1 2022-09-11 09:07:53 +02:00
uniform_buffer.rs wgpu: Switch to arena 2022-09-11 09:07:53 +02:00
utils.rs wgpu: Cache shape pipelines per texture format & msaa 2022-09-11 09:07:53 +02:00