Skip to content

Conversation

McMackety
Copy link
Contributor

@McMackety McMackety commented Apr 2, 2024

Connections

Description
This PR implements the Unorm10_10_10_2 VertexFormat as well as implements the translations required to make it useable on all available backends.

Testing
I manually tested the changes and haven't found any issues, though still need to run it through the updated conformance tests. Additionally, it may be useful to add Unit Tests for this, although currently the different vertex formats are not tested.

Checklist

  • Run cargo fmt.
  • Run cargo clippy. If applicable, add:
    • --target wasm32-unknown-unknown (Failed due to web-sys version)
    • --target wasm32-unknown-emscripten (Failed due to web-sys version)
  • Run cargo xtask test to run tests.
  • Add change to CHANGELOG.md. See simple instructions inside file.

@McMackety McMackety requested a review from a team as a code owner April 2, 2024 18:11
@McMackety McMackety changed the title Implement Unorm10_10_10_2 VertexFormat WIP: Implement Unorm10_10_10_2 VertexFormat Apr 2, 2024
@teoxoy
Copy link
Member

teoxoy commented Apr 3, 2024

@McMackety could you resolve the conflicts?

@McMackety
Copy link
Contributor Author

@teoxoy just resolved them.

@teoxoy teoxoy changed the title WIP: Implement Unorm10_10_10_2 VertexFormat Implement Unorm10_10_10_2 VertexFormat Apr 3, 2024
@McMackety McMackety requested a review from teoxoy April 3, 2024 17:35
Copy link
Member

@teoxoy teoxoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@teoxoy teoxoy enabled auto-merge (squash) April 3, 2024 19:29
@teoxoy teoxoy mentioned this pull request Apr 3, 2024
37 tasks
@teoxoy teoxoy merged commit 3db0e46 into gfx-rs:trunk Apr 3, 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.

Missing VertexFormat unorm10_10_10_2 present in other implementations

2 participants