FNA-XNA / FNA

FNA - Accuracy-focused XNA4 reimplementation for open platforms
https://fna-xna.github.io/
2.65k stars 272 forks source link

Newer Shader Models #480

Open DeltaW0x opened 9 months ago

DeltaW0x commented 9 months ago

Hi, I'm in the process of writing some shaders for my game and it would be really useful to have some creature comforts of something a little more advanced than d3d9, like shader derivatives or other things. I know FNA relies on MojoShader, which in turn can't work with the 4.0 shader model, but I was wondering if with the new SDL_Gpu we could use more advanced shader types in the future?