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

Fix/issue-109: Different approach to reflection parsing for HLSL, MSL, WGSL. #110

Merged
merged 5 commits into from
Oct 29, 2023

Conversation

floooh
Copy link
Owner

@floooh floooh commented Oct 29, 2023

Previously the output of the SPIRVCross HLSL/MSL/WGSL pass were used as input to the reflection parsing, which required to create dummy samplers, which in turn could lead to issues like #109.

The new approach uses common SPIRVCross GLSL output for the reflection parsing (which doesn't require to deal with dummy samplers and seems to produce the correct output for parsing the reflection data - also leading to simpler code).

@floooh floooh merged commit d49c3b0 into master Oct 29, 2023
6 checks passed
@floooh floooh deleted the fix/issue-109 branch October 29, 2023 17:40
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.

1 participant