shader-slang / slang

Making it easier to work with shaders
MIT License
1.78k stars 159 forks source link

Include examples in default build #4482

Closed venkataram-nv closed 1 day ago

venkataram-nv commented 3 days ago

Fixes #4383

Previous cmake configuration explicitly excludes the examples from the default build; now they are included into the default build.

Also configuring the CI so that it does not unnecessarily build the examples for all actions (but at least once per platform).

jkwak-work commented 1 day ago

@venkataram-nv , is this ready for merge? If yes, please convert the PR from draft to non-draft, so that we can merge.

venkataram-nv commented 1 day ago

@venkataram-nv , is this ready for merge? If yes, please convert the PR from draft to non-draft, so that we can merge.

Yes, it should be good to go now.