Struct ocl_core::types::abs::Sampler[][src]

#[repr(C)]
pub struct Sampler(_);

cl_sampler

Methods

impl Sampler
[src]

Only call this when passing a newly created pointer directly from clCreate.... Do not use this to clone or copy.

Returns a pointer, do not store it.

Trait Implementations

impl Debug for Sampler
[src]

Formats the value using the given formatter. Read more

impl Clone for Sampler
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Sampler
[src]

Executes the destructor for this type. Read more

impl Sync for Sampler
[src]

impl Send for Sampler
[src]