Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: Move io utils to cpp #5869

Merged
merged 1 commit into from
Oct 28, 2024
Merged

tools: Move io utils to cpp #5869

merged 1 commit into from
Oct 28, 2024

Conversation

ShabbyX
Copy link
Contributor

@ShabbyX ShabbyX commented Oct 27, 2024

In preparation for more code in that file, which would get unwieldy in a header.

@ShabbyX ShabbyX requested a review from Keenuts October 27, 2024 03:29
@ShabbyX
Copy link
Contributor Author

ShabbyX commented Oct 27, 2024

Context: Going to add a hex reader as an alternative to binary data because sometimes we (myself, @spencer-lunarg) find ourselves with an array of 0x... data and it's annoying not being able to directly read that. Spencer's SPIR-V Visualizer has this, which could be replaced by direct support in spirv-dis for example: https://www.khronos.org/spir/visualizer/

This PR is a refactoring split to keep the hex-reader change smaller.

In preparation for more code in that file, which would get unwieldy in a
header.
@ShabbyX ShabbyX merged commit 5f1e86c into KhronosGroup:main Oct 28, 2024
23 checks passed
@ShabbyX ShabbyX deleted the io-cpp branch October 28, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants