Hi,
I'm getting the following error when trying to run the project (either compiled myself, or downloading the release on GitHub):
Failed to compile shader area.hlsl
error: validator version 1,7 does not support target profile.
A quick googling shows that this error comes from dxil. I noticed that the DXC NuGet package used for this project does not include dxil.dll, and therefore the loaded dxil.dll library does not support Shader Model 6.9.
Hi,
I'm getting the following error when trying to run the project (either compiled myself, or downloading the release on GitHub):
A quick googling shows that this error comes from dxil. I noticed that the DXC NuGet package used for this project does not include dxil.dll, and therefore the loaded dxil.dll library does not support Shader Model 6.9.