Enum ocl::core::ContextProperty [] [src]

pub enum ContextProperty {
    Platform(PlatformId),
    InteropUserSync(bool),
    D3d10DeviceKhr(TemporaryPlaceholderType),
    GlContextKhr(TemporaryPlaceholderType),
    EglDisplayKhr(TemporaryPlaceholderType),
    GlxDisplayKhr(TemporaryPlaceholderType),
    CglSharegroupKhr(TemporaryPlaceholderType),
    WglHdcKhr(TemporaryPlaceholderType),
    AdapterD3d9Khr(TemporaryPlaceholderType),
    AdapterD3d9exKhr(TemporaryPlaceholderType),
    AdapterDxvaKhr(TemporaryPlaceholderType),
    D3d11DeviceKhr(TemporaryPlaceholderType),
}

Variants

Platform(PlatformId)InteropUserSync(bool)D3d10DeviceKhr(TemporaryPlaceholderType)GlContextKhr(TemporaryPlaceholderType)EglDisplayKhr(TemporaryPlaceholderType)GlxDisplayKhr(TemporaryPlaceholderType)CglSharegroupKhr(TemporaryPlaceholderType)WglHdcKhr(TemporaryPlaceholderType)AdapterD3d9Khr(TemporaryPlaceholderType)AdapterD3d9exKhr(TemporaryPlaceholderType)AdapterDxvaKhr(TemporaryPlaceholderType)D3d11DeviceKhr(TemporaryPlaceholderType)

Trait Implementations

impl Debug for ContextProperty
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.