Lucas Alber

Results 23 issues of Lucas Alber

Add the option to configure the include paths matching the `-I` option of GLSL compilers. Preferably use the LSP workspace configuration and not command line arguments.

PR https://github.com/mesonbuild/meson/pull/11730 recently added CMake wraps. Still, meson is missing a way to provide default options to the CMake subproject. This is required quite frequently, for example to disable tests...

subprojects/wraps
module:cmake

The PDF for the GGX VNDF is wrong here: https://github.com/NVIDIAGameWorks/donut/blob/b52bc313d1d1f908652253b4fdf43ad2ced0e28f/include/donut/shaders/brdf.hlsli#L232-L241 The correct version has to include the G1 term and the VoH of the determinant cancels: ```glsl // ... float...