-
Notifications
You must be signed in to change notification settings - Fork 51
ByteAddressBuffer Alignment proposal #557
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
base: main
Are you sure you want to change the base?
ByteAddressBuffer Alignment proposal #557
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some editorial changes in the comments. It'd be good to get a sponsor agreed upon before completing the PR, but I think otherwise it looks pretty ready to get merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The metadata needs to be updated and a sponsor found before we can assign a proposal number.
Maybe @amarpMSFT or @tex3d would be up for sponsoring?
# ByteAddressBuffer Alignment | ||
|
||
* Proposal: [NNNN](NNNN-byte-address-buffer-alignment.md) | ||
* Author(s): [Mike Apodaca](https://github.com/mapodaca-nv) | ||
* Sponsor: TBD | ||
* Status: **Under Consideration** | ||
* Required Version: Shader Model X.Y, Vulkan X.Y, and/or HLSL 20XY | ||
* PRs: | ||
* Issues: [#543](https://github.com/microsoft/hlsl-specs/issues/543), | ||
[#258](https://github.com/microsoft/hlsl-specs/issues/258) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# ByteAddressBuffer Alignment | |
* Proposal: [NNNN](NNNN-byte-address-buffer-alignment.md) | |
* Author(s): [Mike Apodaca](https://github.com/mapodaca-nv) | |
* Sponsor: TBD | |
* Status: **Under Consideration** | |
* Required Version: Shader Model X.Y, Vulkan X.Y, and/or HLSL 20XY | |
* PRs: | |
* Issues: [#543](https://github.com/microsoft/hlsl-specs/issues/543), | |
[#258](https://github.com/microsoft/hlsl-specs/issues/258) | |
--- | |
title: "NNNN - ByteAddressBuffer Alignment | |
params: | |
authors: | |
- mapodaca-nv: Mike Apodaca | |
sponsors: | |
- tbd: TBD | |
status: Under Consideration | |
--- | |
* Required Version: Shader Model X.Y, Vulkan X.Y, and/or HLSL 20XY | |
* Issues: [#543](https://github.com/microsoft/hlsl-specs/issues/543), | |
[#258](https://github.com/microsoft/hlsl-specs/issues/258) |
Proposes a base alignment attribute for ByteAddressBuffer declarations and new templated Load/Store functions that include a relative alignment argument.