PistonDevelopers / shader_version

A helper library for detecting and picking compatible shaders
MIT License
1 stars 9 forks source link

Add enum for Direct3D shaders #27

Open bvssvni opened 10 years ago

bvssvni commented 10 years ago

Not sure if there is a DirectX back-end for Rust yet, but I see a lot of references to Direct3D shader equivalence in the OpenGL documentation.

bvssvni commented 8 years ago

Gfx has support for DirectX 11 now, and might soon get support for Metal.

https://github.com/gfx-rs/gfx/blob/master/src/shade.rs