Add SDL_shadercross#250
Draft
smoogipoo wants to merge 3 commits intoppy:masterfrom
Draft
Conversation
2867a63 to
4ab453b
Compare
|
Are there any plans to continue working this? Currently, I am using the wrappers from this repo as NuGets, except for SDL ShaderCross, which comes from another repo. This is rather inconvenient, because the other project does not support all the platforms I need, while this one does not have support for ShaderCross. Mixing the two creates a bit of a mess currently. |
Contributor
Author
|
Sorry but I don't have time to continue working on this at the moment. I've provided my work here in case anyone (especially more experienced than me on the CMake side of things) wants to take it up. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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_shadercrossonly 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.rpathaddition 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_shadercrossthough (loads the spirv-cross shared lib).