Skip to content

Ray Tracing Pipeline and Demo, moved out fresnel functions from math.hlsl to bxdf, more complete tgmath

Pre-release
Pre-release
Compare
Choose a tag to compare
@devshgraphicsprogramming devshgraphicsprogramming released this 31 Mar 12:54
· 320 commits to master since this release

The ICPU asset-version of the pipeline not done yet, the creation parameters of the RT pipeline are subject to change ( #839 ).

Added utilities:

  • system::isDebuggerAttached
  • erf and erfInv functions in tgmath
  • TEA, LCG, and PCG in nbl::hlsl::random

Bugfixes:

  • circular deps in concepts
  • fix make_unsiged trait