-
Notifications
You must be signed in to change notification settings - Fork 863
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
HLSL: Struct/class members #535
Comments
Agreed these are not supported, will add to the list, thank you. |
Issue #362 now points to this one. |
Basic functionality like this is generating correct-looking SPIR-V, so I think this is done, minus having more specific detail on what's not working that needs to work. If you can help test, that would be great, thanks. |
@gwihlidal the following appears to work:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Didn't see this mentionned in #362:
Test.T1()
in the next example)class
keyword doesn't work (I thinkclass
andstruct
are the same thing?)The text was updated successfully, but these errors were encountered: