Enum ocl::enums::ContextProperty [] [src]

pub enum ContextProperty {
    Platform,
    InteropUserSync,
    D3d10DeviceKhr,
    GlContextKhr,
    EglDisplayKhr,
    GlxDisplayKhr,
    CglSharegroupKhr,
    WglHdcKhr,
    AdapterD3d9Khr,
    AdapterD3d9exKhr,
    AdapterDxvaKhr,
    D3d11DeviceKhr,
}

cl_context_info + cl_context_properties

Variants

Trait Implementations

impl PartialEq<ContextProperty> for ContextProperty

impl Hash for ContextProperty

impl Clone for ContextProperty

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ContextProperty

Formats the value using the given formatter.

impl Copy for ContextProperty

impl Eq for ContextProperty

impl FromPrimitive for ContextProperty