librashader/librashader-runtime-wgpu/src
chyyran c447e40583 rt: redesign parameters to be thread-safe across FFI using arcswap and atomicusize
This should allow C FFI consumers to modify frame parameters from a different thread without it being UB.
2024-09-06 22:45:07 -04:00
..
buffer.rs fmt: clean up unused imports 2024-02-06 19:04:28 -05:00
draw_quad.rs rt: unify drawquad type 2024-02-22 01:16:42 -05:00
error.rs lib: add wgpu to librashader library 2024-02-06 19:04:28 -05:00
filter_chain.rs rt: redesign parameters to be thread-safe across FFI using arcswap and atomicusize 2024-09-06 22:45:07 -04:00
filter_pass.rs rt: redesign parameters to be thread-safe across FFI using arcswap and atomicusize 2024-09-06 22:45:07 -04:00
framebuffer.rs rt(wgpu): rename OutputView to WgpuOutputView 2024-02-06 19:04:28 -05:00
graphics_pipeline.rs style: fix warnings 2024-08-09 00:56:44 -04:00
handle.rs fmt: clean up unused imports 2024-02-06 19:04:28 -05:00
lib.rs fmt: clean up imports and features 2024-02-16 01:19:52 -05:00
luts.rs fmt: clean up unused imports 2024-02-06 19:04:28 -05:00
mipmap.rs wgpu: enable pipeline caching 2024-08-01 08:37:40 -04:00
options.rs wgpu: enable pipeline caching 2024-08-01 08:37:40 -04:00
samplers.rs fmt: cargo fmt 2024-02-14 20:50:17 -05:00
texture.rs wgpu: fix format mismatch for copies 2024-03-07 21:09:15 -05:00
util.rs rt(wgpu): add structure to wgpu backend 2024-02-06 19:04:28 -05:00