Wednesday, May 11, 2022

visual studio BKM and ensuring HLSL files are built after changes are made

 so...you have an .hlsl file and you want to make sure your changes trigger a rebuild do not use the pre-build for the solution. instead, click on the .hlsl and use a custom build tool. the final thing you have to do is to tell visual studio to treat the output as content and fill in the content field with your compilation output artifact(s).

No comments: