Skip to content

Commit cd5768d

Browse files
authored
Merge pull request #502 from KhronosGroup/mkinsner-mem-sharing-1
Host allocation sharing via set final data - construction->destruction
2 parents 6ab3d11 + 7d418c6 commit cd5768d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adoc/chapters/programming_interface.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6044,7 +6044,7 @@ For example, the following could be used:
60446044

60456045
However, optionally the [code]#buffer::set_final_data()# can be set to a
60466046
[code]#std::weak_ptr# to enable copying data back, to another host memory
6047-
address that is going to be valid after buffer construction.
6047+
address that will be valid when the buffer is destroyed.
60486048

60496049
[source,,linenums]
60506050
----

0 commit comments

Comments
 (0)