Struct windows_sys::Win32::Graphics::Direct2D::D2D1_CREATION_PROPERTIES
[−]#[repr(C)]pub struct D2D1_CREATION_PROPERTIES {
pub threadingMode: D2D1_THREADING_MODE,
pub debugLevel: D2D1_DEBUG_LEVEL,
pub options: D2D1_DEVICE_CONTEXT_OPTIONS,
}Expand description
Required features: ‘Win32_Graphics_Direct2D’
Fields
threadingMode: D2D1_THREADING_MODEdebugLevel: D2D1_DEBUG_LEVELoptions: D2D1_DEVICE_CONTEXT_OPTIONS