Commit graph

9 commits

Author SHA1 Message Date
firestar99
376361d46e shader-rt: correct arg buffer handling 2025-08-25 11:49:27 +02:00
firestar99
7f6a7d0995 HACK shaders: switch to f32 params 2025-08-25 11:49:27 +02:00
firestar99
23a5a57ba5 shaders: codegen for per_pixel_adjust shader nodes 2025-08-25 11:49:27 +02:00
firestar99
ef51034b49 gcore-shaders: remove explicit fn pointer 2025-08-25 11:48:20 +02:00
firestar99
c568540bf9 gcore-shaders: fix missing num-traits/libm features 2025-08-25 11:48:19 +02:00
Dennis Kobert
7377871106
Fix clippy warnings (#3085)
* Run clippy fix

* Clippy v2

* Make const item static

* Cargo fmt
2025-08-23 11:45:47 +02:00
Firestar99
0a53eae4e0
Remove unused cargo dependencies (#3063)
* cargo shear

* fix warnings on master

* fix docs needing dev-dependency
2025-08-18 11:26:44 -07:00
Firestar99
caa228a1ec
Shaders: graster-nodes no-std fixups (#2984)
Some checks are pending
Editor: Dev & CI / build (push) Waiting to run
Editor: Dev & CI / cargo-deny (push) Waiting to run
* wgpu-executor: remove useless features

* wgpu-executor: cleanup copy-pasted code

* gcore-shaders: no_std fixups
2025-08-06 14:10:08 +00:00
Firestar99
4fec24893e
Shaders: add gcore-shaders and make graster-nodes no-std (#2925)
* gcore-shaders: add crate, move `color` and `blending` from gcore

* gcore-shaders: move `AsU32`

* gcore-shaders: move `ChoiceType`, switch `Cow` for `&str`, adjust node macro

* gcore-shaders: move `registry::types`

* gcore-shaders: move `context::Ctx`

* raster-nodes: make it `no_std` with `std` feature

* gcore-shaders: fix doctest
2025-07-25 17:53:26 +00:00