Enum ocl_core::types::structs::ContextPropertyValue [] [src]

pub enum ContextPropertyValue {
    Platform(PlatformId),
    InteropUserSync(bool),
    D3d10DeviceKhr(*mut cl_d3d10_device_source_khr),
    GlContextKhr(cl_GLuint),
    EglDisplayKhr(CLeglDisplayKHR),
    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.