Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a bit of a dead end for us now so I'm reducing my priority in getting this working and PRing what I have. If anyone wants to continue on my work, feel free to take this PR as your own.
Current status:
To be done:
SDL_shadercross
only supports SPIRV compilation from HLSL. Have a lot of trouble getting this working - it builds fine on win-x64/x86 but not arm64 for example.rpath
addition to a separate PR. I think we could apply this for all current libs, which would allow them to work without requiring anSDL_Init()
. It's definitely required forSDL_shadercross
though (loads the spirv-cross shared lib).