SecondHalfGames / yakui

yakui is a declarative Rust UI library for games
Apache License 2.0
230 stars 21 forks source link

Optional wgpu bindless support #148

Open LPGhatguy opened 6 months ago

LPGhatguy commented 6 months ago

I bet we could get some performance improvements out of the wgpu backend by optionally enabling bindless rendering for targets that support it.

We can branch on the features listed by Device::features and use that to determine which renderer to use.