summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/Perception/Spatial/Surfaces
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys/src/Windows/Perception/Spatial/Surfaces')
-rw-r--r--vendor/windows-sys/src/Windows/Perception/Spatial/Surfaces/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/windows-sys/src/Windows/Perception/Spatial/Surfaces/mod.rs b/vendor/windows-sys/src/Windows/Perception/Spatial/Surfaces/mod.rs
new file mode 100644
index 000000000..5ff351fde
--- /dev/null
+++ b/vendor/windows-sys/src/Windows/Perception/Spatial/Surfaces/mod.rs
@@ -0,0 +1,5 @@
+pub type SpatialSurfaceInfo = *mut ::core::ffi::c_void;
+pub type SpatialSurfaceMesh = *mut ::core::ffi::c_void;
+pub type SpatialSurfaceMeshBuffer = *mut ::core::ffi::c_void;
+pub type SpatialSurfaceMeshOptions = *mut ::core::ffi::c_void;
+pub type SpatialSurfaceObserver = *mut ::core::ffi::c_void;