| #![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)] |
| #[cfg(feature = "Win32_Graphics_CompositionSwapchain")] |
| pub mod CompositionSwapchain; |
| #[cfg(feature = "Win32_Graphics_DXCore")] |
| pub mod DXCore; |
| #[cfg(feature = "Win32_Graphics_Direct2D")] |
| pub mod Direct2D; |
| #[cfg(feature = "Win32_Graphics_Direct3D")] |
| pub mod Direct3D; |
| #[cfg(feature = "Win32_Graphics_Direct3D10")] |
| pub mod Direct3D10; |
| #[cfg(feature = "Win32_Graphics_Direct3D11")] |
| pub mod Direct3D11; |
| #[cfg(feature = "Win32_Graphics_Direct3D11on12")] |
| pub mod Direct3D11on12; |
| #[cfg(feature = "Win32_Graphics_Direct3D12")] |
| pub mod Direct3D12; |
| #[cfg(feature = "Win32_Graphics_Direct3D9")] |
| pub mod Direct3D9; |
| #[cfg(feature = "Win32_Graphics_Direct3D9on12")] |
| pub mod Direct3D9on12; |
| #[cfg(feature = "Win32_Graphics_DirectComposition")] |
| pub mod DirectComposition; |
| #[cfg(feature = "Win32_Graphics_DirectDraw")] |
| pub mod DirectDraw; |
| #[cfg(feature = "Win32_Graphics_DirectManipulation")] |
| pub mod DirectManipulation; |
| #[cfg(feature = "Win32_Graphics_DirectWrite")] |
| pub mod DirectWrite; |
| #[cfg(feature = "Win32_Graphics_Dwm")] |
| pub mod Dwm; |
| #[cfg(feature = "Win32_Graphics_Dxgi")] |
| pub mod Dxgi; |
| #[cfg(feature = "Win32_Graphics_Gdi")] |
| pub mod Gdi; |
| #[cfg(feature = "Win32_Graphics_Hlsl")] |
| pub mod Hlsl; |
| #[cfg(feature = "Win32_Graphics_Imaging")] |
| pub mod Imaging; |
| #[cfg(feature = "Win32_Graphics_OpenGL")] |
| pub mod OpenGL; |
| #[cfg(feature = "Win32_Graphics_Printing")] |
| pub mod Printing; |
| #[link(name = "windows")] |
| extern "system" {} |
| pub type D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE = u32; |
| pub const D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_NEAREST_NEIGHBOR: D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE = 0u32; |
| pub const D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_LINEAR: D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE = 1u32; |
| pub const D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_CUBIC: D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE = 2u32; |
| pub const D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_MULTI_SAMPLE_LINEAR: D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE = 3u32; |
| pub const D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_ANISOTROPIC: D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE = 4u32; |
| pub const D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_HIGH_QUALITY_CUBIC: D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE = 5u32; |
| pub const D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE_FORCE_DWORD: D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE = 4294967295u32; |