Troels Gram
Results
2
issues of
Troels Gram
It is currently possible to index vector elements out-of-bounds without the compiler issuing and error: ``` // Load index buffer uint indexOffset = PrimitiveIndex() * 3 /* indices per primitive...
bug
diagnostic
**Description** It is unclear to me how to initialize a bitfield to all 0 in HLSL. It appears a simple syntax works in some cases, but not others. **Steps to...
bug
hlsl2021