Enum ocl::enums::ContextPropertyValue[][src]

pub enum ContextPropertyValue {
    Platform(PlatformId),
    InteropUserSync(bool),
    D3d10DeviceKhr(*mut u32),
    GlContextKhr(*mut c_void),
    EglDisplayKhr(*mut c_void),
    GlxDisplayKhr(*mut c_void),
    CglSharegroupKhr(*mut c_void),
    WglHdcKhr(*mut c_void),
    AdapterD3d9Khr(isize),
    AdapterD3d9exKhr(isize),
    AdapterDxvaKhr(isize),
    D3d11DeviceKhr(isize),
}

Variants

Trait Implementations

impl Clone for ContextPropertyValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ContextPropertyValue
[src]

Formats the value using the given formatter. Read more

impl Send for ContextPropertyValue
[src]

impl Sync for ContextPropertyValue
[src]