We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9584b commit 570661aCopy full SHA for 570661a
sycl/include/sycl/ext/oneapi/bindless_images_memory.hpp
@@ -39,8 +39,8 @@ class image_mem_impl {
39
const context &syclContext);
40
__SYCL_EXPORT ~image_mem_impl();
41
42
- image_mem_impl(const image_mem_impl&) = delete;
43
- image_mem_impl& operator=(const image_mem_impl&) = delete;
+ image_mem_impl(const image_mem_impl &) = delete;
+ image_mem_impl &operator=(const image_mem_impl &) = delete;
44
45
raw_handle_type get_handle() const { return handle; }
46
const image_descriptor &get_descriptor() const { return descriptor; }
0 commit comments