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

Limit win32 array params to non-shared length params #1641

Merged
merged 5 commits into from
Mar 28, 2022

Conversation

kennykerr
Copy link
Collaborator

This further restricts win32 array params to only those without a shared length param so that all such params can be served with Rust slices and do not require Rust arrays.

Fixes #1638

@kennykerr kennykerr merged commit b1b9bac into master Mar 28, 2022
@kennykerr kennykerr deleted the no_shared_arrays branch March 28, 2022 20:59
@kennykerr kennykerr mentioned this pull request Mar 30, 2022
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.

Bug: IDXGISwapChain3::ResizeBuffers1 generated with very restrictive interface
2 participants