shader-slang / slang

Making it easier to work with shaders
MIT License
2.06k stars 177 forks source link

Resource searching for examples #4518

Closed venkataram-nv closed 3 months ago

venkataram-nv commented 3 months ago

Fixes #4314

Extending examples so that they search for the resources needed in directories above CWD.

Now copies of the example resources are put into build for all platforms (before used to be only Windows).

Users should now be able to run the programs anywhere within the build directory (even from CLI).