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).

Monday, April 04, 2022

Stochastic LOD sample from nvidia

neat sample, needs minor cleanup to compile on my VS2019 solution. may not be anything wrong with the write environment, etc. just my config:

several #include <iostreams>

disabled 'treat errors as warnings'.

https://developer.nvidia.com/blog/implementing-stochastic-lod-with-microsoft-dxr/

several live objects after sample executes/shuts down, not going to resolve at this time.

Thursday, March 03, 2022

hints at authoring/presenting a good talk

 Need to review this before starting any new presentation:

http://graphics.stanford.edu/~kayvonf/misc/cleartalktips.pdf