ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceCreationFlags Enumeration

In This Topic
    DeviceCreationFlags Enumeration
    In This Topic
    D3D11_CREATE_DEVICE_FLAG
    Syntax
    'Declaration
     
    Public Enum DeviceCreationFlags 
       Inherits System.Enum
    public enum DeviceCreationFlags : System.Enum 
    Members
    MemberDescription
    BgraSupportD3D11_CREATE_DEVICE_BGRA_SUPPORT
    DebugD3D11_CREATE_DEVICE_DEBUG
    DebuggableD3D11_CREATE_DEVICE_DEBUGGABLE
    DisableGpuTimeoutD3D11_CREATE_DEVICE_DISABLE_GPU_TIMEOUT
    NoneNone
    PreventAlteringLayerSettingsFromRegistryD3D11_CREATE_DEVICE_PREVENT_ALTERING_LAYER_SETTINGS_FROM_REGISTRY
    PreventThreadingOptimizationsD3D11_CREATE_DEVICE_PREVENT_INTERNAL_THREADING_OPTIMIZATIONS
    SingleThreadedD3D11_CREATE_DEVICE_SINGLETHREADED
    SwitchToRefD3D11_CREATE_DEVICE_SWITCH_TO_REF
    VideoSupportD3D11_CREATE_DEVICE_VIDEO_SUPPORT
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Util.DX.Direct3D11.DeviceCreationFlags

    See Also