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

Some C++ classes showing up incorrectly #1338

Closed
kennykerr opened this issue Oct 28, 2022 · 1 comment
Closed

Some C++ classes showing up incorrectly #1338

kennykerr opened this issue Oct 28, 2022 · 1 comment
Assignees
Labels
bug Something isn't working rust Critical for Rust adoption

Comments

@kennykerr
Copy link
Contributor

In the Windows.Win32.Graphics.Direct2D namespace, the Matrix4x3F, Matrix4x4F, Matrix5x4F structs are originally just C++ helper classes to simplify the construction of the underlying matrix structs like D2D_MATRIX_4X3_F but serve no purpose in metadata and should be removed.

@kennykerr kennykerr added the rust Critical for Rust adoption label Oct 28, 2022
@mikebattista mikebattista self-assigned this Oct 28, 2022
@mikebattista mikebattista added the bug Something isn't working label Oct 28, 2022
@mikebattista
Copy link
Collaborator

Windows.Win32.Graphics.Direct2D.Matrix4x3F removed
Windows.Win32.Graphics.Direct2D.Matrix4x4F removed
Windows.Win32.Graphics.Direct2D.Matrix5x4F removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working rust Critical for Rust adoption
Projects
None yet
Development

No branches or pull requests

2 participants