Skip to content

Commit

Permalink
Add writability to vk::BufferPointer pointees
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-lunarg committed May 5, 2023
1 parent 9e98876 commit 8e57220
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proposals/0010-vk-buffer-ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ Note also the ability to create local variables of type vk::BufferPointer such a
## Design Details
### Writing Buffer Pointer Pointees
The pointees of vk::BufferPointer objects can be written as well as read.
### Differences from C++ Pointers
vk::BufferPointer is different from a C++ pointer in that the method Get() can and must be applied to de-reference it.
Expand Down

0 comments on commit 8e57220

Please sign in to comment.