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 UINT8 index buffer support to Geometry #515

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

footballhead
Copy link
Collaborator

Add support for creating buffers that the GPU can accept if IndexTypeUint8Supported(). The client must decide which index type to use depending on the supported features of the API and GPU; it is possible to create a Uint8 buffer which i.e. is not accepted by DX12.

This is required for #453

Add support for creating buffers that the GPU can accept if
IndexTypeUint8Supported(). The client must decide which index type to
use depending on the supported features of the API and GPU; it is
possible to create a Uint8 buffer which i.e. is not accepted by DX12.
@apazylbe apazylbe merged commit 7961575 into google:main Sep 17, 2024
5 checks passed
@footballhead footballhead deleted the geometry_u8 branch October 10, 2024 21:42
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.

2 participants