summaryrefslogtreecommitdiff
path: root/user/spirv-tools/endian.patch
AgeCommit message (Collapse)AuthorFilesLines
2024-11-29user/spirv-tools: Patch for cross-endian shadersA. Wilcox1-0/+283
This integrates a patch that is currently sitting upstream in review. Adding this patch corrects the tools to work on cross-endian binaries, i.e. a big-endian system can handle little-endian shaders, and vis versa. See-also: https://github.com/KhronosGroup/SPIRV-Tools/issues/5595