Skip to content

Commit 71fd320

Browse files
committed
minor grammer
1 parent c2c3114 commit 71fd320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/031-coherent-pointer-operations-and-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Originally, SPIR-V supported coherent objects through the `coherent` type `Decor
3030

3131
`MakePointerVisible` is for memory loads of non textures, `OpLoad`, `OpCooperativeMatrixLoadKHR` and `OpCooperativeVectorLoadNV`.
3232

33-
`MakeTexelAvailableKHR` is for memory stores of textures, `OpImageWrite`, `OpImageSparseLoad`.
33+
`MakeTexelAvailableKHR` is for memory stores of textures, `OpImageWrite`, `OpImageSparseLoad`.
3434

35-
`MakeTexelVisibleKHR` is for memory loads of textures, `OpImageRead`, `OpImageSparseRead`.
35+
`MakeTexelVisibleKHR` is for memory loads of textures, `OpImageRead`, `OpImageSparseRead`.
3636

3737
Additionally, `MakePointer{Visible,Available}` support usage in `OpCopyMemory` and `OpCopyMemorySized`.
3838

0 commit comments

Comments
 (0)