Skip to content
Merged
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/0035-linalg-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ and how a matrix can be used.
### Stage Availability

All operations on `Thread` scope matrices are available in all shader stages.
Operations on `Wave` and `ThreadGroup` scope matrices are available in compute,
mesh, and amplification shaders.
Operations on `Wave` and `ThreadGroup` scope matrices are available in compute
shaders.

#### Matrix Use

Expand Down
Loading