From 37397ff2162e614aa2a3c1086f9ab14215129cb9 Mon Sep 17 00:00:00 2001 From: chyyran Date: Tue, 6 Feb 2024 18:42:32 -0500 Subject: [PATCH] lib: add wgpu to librashader library --- .idea/workspace.xml | 28 +++++++++++++--- Cargo.lock | 3 +- librashader-reflect/Cargo.toml | 1 + librashader-reflect/src/reflect/naga.rs | 2 +- librashader-runtime-gl/Cargo.toml | 3 -- librashader-runtime-vk/Cargo.toml | 4 --- librashader-runtime-wgpu/Cargo.toml | 13 +++++--- librashader-runtime-wgpu/src/error.rs | 13 ++------ librashader-runtime-wgpu/src/filter_chain.rs | 29 ++++++++-------- librashader-runtime-wgpu/src/filter_pass.rs | 3 -- librashader-runtime-wgpu/src/framebuffer.rs | 1 + librashader-runtime-wgpu/src/lib.rs | 9 ++--- librashader-runtime-wgpu/src/options.rs | 8 +++-- .../tests/hello_triangle.rs | 6 ++-- librashader/Cargo.toml | 8 +++-- librashader/src/lib.rs | 33 ++++++++++++++++--- 16 files changed, 102 insertions(+), 62 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 30cf84b..72ff6d8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -13,16 +13,22 @@ - - + + + + + + - + - - + + + +