Nathan Gauër
Results
72
comments of
Nathan Gauër
Thanks for the issue! I bet this is similar to https://github.com/microsoft/DirectXShaderCompiler/issues/6712 We probably forward the layout for no reason.
Mmm not quite. For some reasons we lack an implicit cast in the AST, and thus we send a signed int to a function taking only an unsigned int. And...