Francisco José Letterio
Francisco José Letterio
## Description Adds a new class for 2,3 and 4-dimensional morton codes, with arithmetic and comparison operators ## Testing TODO ## TODO list: Need to make sure all operators work...
## Describe the bug If you try to put a comment on the same line as a preprocessor directive, preprocessing will fail ## Steps to Reproduce In my case I...
Since there's no consteval in HLSL, the next best thing to procedurally generate constants at compile-time is recursively-defined structs with `const static` member fields. When trying to write these, however,...
**Description** I cannot define static const member field for a struct if they need to be computed from a template parameter struct's static const member field. This godbolt shows what...
Run on this branch: https://github.com/Devsh-Graphics-Programming/Nabla/tree/geotex_streaming