summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/Perception/Spatial/Surfaces/mod.rs
blob: 5ff351fdef5ecc064b50957cdde2e74071211ef9 (plain)
1
2
3
4
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;