KhronosGroup / SPIRV-Cross

SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.
Apache License 2.0
1.96k stars 549 forks source link

MSL: Handle Atomic{S,U}{Min,Max} with mismatched image sign. #2311

Closed HansKristian-Work closed 2 months ago

HansKristian-Work commented 2 months ago

Gross reinterpret_cast, but gotta do what you gotta do.

Fix #2303.