simco50 / simoncoenen.com

Static website data hosted on Github Pages
https://simoncoenen.com
1 stars 1 forks source link

Using the DirectXShaderCompiler C++ API #3

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Using the DirectXShaderCompiler C++ API

The basics on how to use DirectXShaderCompiler (DXC) in C++ going from compilation to debug stripping and reflection.

https://www.simoncoenen.com/blog/programming/graphics/DxcCompiling

omd24 commented 3 years ago

Thanks for sharing. This article was very helpful to me. It's so frustrating that MSDN documentation doesn't have such explanations for DXC options.