On Mon Feb 19 18:29:25 2024 +0000, Zebediah Figura wrote:
The usual helpers don't work with Microsoft headers, and IIRC they don't work with Wine's headers either. We could ditch that restriction, though.
Hmm, I changed `reflection->lpVtbl->GetDesc` to `ID3D12ShaderReflection_GetDesc` here and it seems to build fine with GCC, MinGW and for the cross tests. Which scenario do you expect to fail? I guess we don't support building with MSVC, do we?