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

Add more support for cgmath and nalgebra types #2107

Merged
merged 1 commit into from
Dec 21, 2022

Conversation

Rua
Copy link
Contributor

@Rua Rua commented Dec 19, 2022

Changelog:

### Additions
Better cgmath and nalgebra support, enabled by the `cgmath` or `nalgebra` features:
- `VertexMember` is now implemented for cgmath `Vector`s and `Point`s.
- `type_for_format_cgmath` and `type_for_format_nalgebra` macros, next to the existing `type_for_format` macro.
- Vulkano-shaders: `shader_cgmath` and `shader_nalgebra` macros, next to the existing `shader` macro.

Closes #1926.

@AustinJ235 AustinJ235 merged commit 0b0c466 into vulkano-rs:master Dec 21, 2022
AustinJ235 added a commit that referenced this pull request Dec 21, 2022
@Rua Rua deleted the cgmath-nalgebra branch October 25, 2023 14:25
hakolao pushed a commit to hakolao/vulkano that referenced this pull request Feb 20, 2024
hakolao pushed a commit to hakolao/vulkano that referenced this pull request Feb 20, 2024
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.

shader! support for nalgebra types
2 participants