summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/UI/Composition/Diagnostics/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys/src/Windows/UI/Composition/Diagnostics/mod.rs')
-rw-r--r--vendor/windows-sys/src/Windows/UI/Composition/Diagnostics/mod.rs22
1 files changed, 0 insertions, 22 deletions
diff --git a/vendor/windows-sys/src/Windows/UI/Composition/Diagnostics/mod.rs b/vendor/windows-sys/src/Windows/UI/Composition/Diagnostics/mod.rs
deleted file mode 100644
index 9c2baf6e5..000000000
--- a/vendor/windows-sys/src/Windows/UI/Composition/Diagnostics/mod.rs
+++ /dev/null
@@ -1,22 +0,0 @@
-pub type CompositionDebugHeatMaps = *mut ::core::ffi::c_void;
-#[doc = "*Required features: `\"UI_Composition_Diagnostics\"`*"]
-#[repr(transparent)]
-pub struct CompositionDebugOverdrawContentKinds(pub u32);
-impl CompositionDebugOverdrawContentKinds {
- pub const None: Self = Self(0u32);
- pub const OffscreenRendered: Self = Self(1u32);
- pub const Colors: Self = Self(2u32);
- pub const Effects: Self = Self(4u32);
- pub const Shadows: Self = Self(8u32);
- pub const Lights: Self = Self(16u32);
- pub const Surfaces: Self = Self(32u32);
- pub const SwapChains: Self = Self(64u32);
- pub const All: Self = Self(4294967295u32);
-}
-impl ::core::marker::Copy for CompositionDebugOverdrawContentKinds {}
-impl ::core::clone::Clone for CompositionDebugOverdrawContentKinds {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type CompositionDebugSettings = *mut ::core::ffi::c_void;