DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::oneapi::experimental::unsampled_image_handle Struct Reference

Opaque unsampled image handle type. More...

#include <sycl/ext/oneapi/bindless_images.hpp>

Collaboration diagram for sycl::_V1::ext::oneapi::experimental::unsampled_image_handle:

Public Types

using raw_image_handle_type = pi_uint64
 

Public Member Functions

 unsampled_image_handle ()
 
 unsampled_image_handle (raw_image_handle_type raw_image_handle)
 

Public Attributes

raw_image_handle_type raw_handle
 

Detailed Description

Opaque unsampled image handle type.

Definition at line 36 of file bindless_images.hpp.

Member Typedef Documentation

◆ raw_image_handle_type

Constructor & Destructor Documentation

◆ unsampled_image_handle() [1/2]

sycl::_V1::ext::oneapi::experimental::unsampled_image_handle::unsampled_image_handle ( )
inline

Definition at line 39 of file bindless_images.hpp.

◆ unsampled_image_handle() [2/2]

sycl::_V1::ext::oneapi::experimental::unsampled_image_handle::unsampled_image_handle ( raw_image_handle_type  raw_image_handle)
inline

Definition at line 41 of file bindless_images.hpp.

Member Data Documentation

◆ raw_handle

raw_image_handle_type sycl::_V1::ext::oneapi::experimental::unsampled_image_handle::raw_handle

The documentation for this struct was generated from the following file: