-
Notifications
You must be signed in to change notification settings - Fork 187
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
Option to generate binding and layout information for slangc #5492
Comments
This is a good suggestion and is what we've been considering to add. |
If no one is working on it I can try implementing it. Shouldn't be that hard with the reflection API already in place. |
That will be fantastic. We appreciate your contribution! You can get started by taking a look at |
So basically:
Right? |
Yes, that should be it. |
How can I run the tests to ensure I don't break anything? |
You can run
To speed things up you can run tests in parallel with:
To run tests with specific name:
To run test using a specific API:
|
I like to recommend checking out our contribution guide. |
As far as I understand the documentation, layout and binding information (unless manually specified) is chosen by the language, and the only way know what was chosen is to use the reflection API. With something like a separate json output file that includes the descriptor set and binding for globals and the type layout, slangc could be used standalone for compilation.
The text was updated successfully, but these errors were encountered: