pygfx / shadertoy

Shadertoy implementation based on wgpu-py
BSD 2-Clause "Simplified" License
10 stars 0 forks source link

Mark shaders with missing features #29

Closed Vipitis closed 1 month ago

Vipitis commented 2 months ago

This adds an attribute to the main Shadertoy class, to will indicate if any of the currently unsupported features (some texture types, multi pass shaders) are skipped.

I also need this for a downstream task where I check the whole dataset if shaders work/error/are incomplete.

Should I add some tests?