Nathan Gauër
Nathan Gauër
Right.. For a static in a struct in a cbuffer, I get it. But shall we at least maybe warn for static directly inside a cbuffer (const or RW)? As...
@pow2clk @tex3d
@llvm-beanz ping? (or @tex3d?)
@llvm-beanz friendly ping
Hi, Thanks for the report! In order for us to reproduce the issue, we'd like a bit more information from your end: - dxc version (or commit hash is custom...
Sent a PR to have an example model to test with: https://github.com/KhronosGroup/glTF-Sample-Models/pull/378
Hello! Thanks for the report! From reading the HLSL documentation, it seems we shouldn't error nor warn, but handle `POSITION` as `SV_Position`. Seems like both backends are doing that mistake....
Or maybe @pow2clk ?
Right. If we want to deprecate the use of POSITION as an alias for SV_Position, shall the MSDN docs also be updated? (Suggested change is https://github.com/MicrosoftDocs/win32/pull/1813 ) On the SPIR-V...
Hello! The limitation comes from Vulkan: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/StandaloneSpirv.html ``` VUID-StandaloneSpirv-Base-04781 The Base operand of any OpBitCount, OpBitReverse, OpBitFieldInsert, OpBitFieldSExtract, or OpBitFieldUExtract instruction must be a 32-bit integer scalar or a vector...