Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions proposals/0026-hlsl-long-vector-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ in undefined behavior.

StructuredBuffers with N-element vectors are declared using the template syntax
with a long vector type as the template parameter.
N-element vectors are loaded and stored from ByteAddressBuffers using the templated load and store methods
with the element index parameters.
N-element vectors are loaded and stored from StructuredBuffers using the load and store methods
or subscript operators with the element index parameters.

```hlsl
RWStructuredBuffer< vector<T, N> > myBuffer;
Expand Down