We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99eca5 commit 5e2791fCopy full SHA for 5e2791f
2 files changed
adoc/chapters/programming_interface.adoc
@@ -6741,6 +6741,13 @@ size_t byte_size() const noexcept
6741
due to padding of elements, rows and slices of the image for
6742
efficient access.
6743
6744
+a@
6745
+[source]
6746
+----
6747
+AllocatorT get_allocator() const
6748
6749
+ a@ Returns the allocator provided to the image.
6750
+
6751
a@
6752
[source]
6753
----
adoc/headers/sampledImage.h
@@ -53,6 +53,8 @@ class sampled_image {
53
54
size_t size() const noexcept;
55
56
+ AllocatorT get_allocator() const;
57
58
template <typename DataT, image_target Targ = image_target::device>
59
sampled_image_accessor<DataT, Dimensions, Targ>
60
get_access(handler& commandGroupHandler, const property_list& propList = {});
0 commit comments