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

Don't generate structs that aren't needed from Rust #38

Closed
ScanMountGoat opened this issue Apr 30, 2023 · 0 comments
Closed

Don't generate structs that aren't needed from Rust #38

ScanMountGoat opened this issue Apr 30, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ScanMountGoat
Copy link
Owner

Users will only need to initialize host shareable or vertex input structs on the Rust side. This can replace the existing check if the type is an output of a shader stage. This allows users to avoid potential derive errors on structs used only to store data internally in a shader.

@ScanMountGoat ScanMountGoat added the enhancement New feature or request label Apr 30, 2023
@ScanMountGoat ScanMountGoat self-assigned this Apr 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant