Windows.Graphics.Holographic Namespace

Contains classes that let apps display holograms in the world around you.

Classes

HolographicCamera

Provides per-frame rendering functionality for a HolographicViewConfiguration on a HolographicDisplay.

HolographicCameraPose

Represents the predicted location of a holographic camera for a particular frame.

HolographicCameraRenderingParameters

Represents per-camera parameters for rendering holographic content.

HolographicCameraViewportParameters

Represents per-viewport parameters for rendering holographic content.

HolographicDisplay

Provides metadata for a display to which a holographic view must render each frame from that frame's pose.

HolographicFrame

Represents a frame of holographic content that an app must render to all cameras.

HolographicFramePrediction

Represents the poses for each holographic camera at the time that they're predicted to be displayed.

HolographicFramePresentationMonitor

Monitors an independent stream of frame presentation reports from a HolographicSpace.

HolographicFramePresentationReport

A frame presentation report for a particular compositor frame.

HolographicFrameRenderingReport

Contains timing information about the work the application did leading up to the frame being scanned out by the system for the first time.

HolographicFrameScanoutMonitor

Allows Mixed Reality applications to obtain a stream of HolographicFrameScanoutReport objects.

HolographicFrameScanoutReport

Provides performance and timing information about a single scanout to a holographic display.

HolographicQuadLayer

Represents a retained texture for the system to display at a specified location on top of the app's primary rendered content.

HolographicQuadLayerUpdateParameters

Represents an update payload that lets an application configure a specific quad layer's parameters from a given frame forward.

HolographicSpace

Represents a holographic scene, with one or more holographic cameras rendering its content.

HolographicSpaceCameraAddedEventArgs

Provides data for the HolographicSpace.CameraAdded event.

HolographicSpaceCameraRemovedEventArgs

Provides data for the HolographicSpace.CameraRemoved event.

HolographicViewConfiguration

Represents a view configuration for a HolographicDisplay. This object provides apps with fine-grained control of the rendering configuration for a HolographicCamera.

Structs

HolographicAdapterId

Represents the graphics adapter used for rendering holographic content. Matches the Win32 locally unique identifier (LUID) type.

HolographicFrameId

Uniquely identifies a HolographicFrame within its parent HolographicSpace.

HolographicStereoTransform

Contains view or projection transforms for stereo rendering. One transform is for the left display, and the other is for the right display.

Enums

HolographicDepthReprojectionMethod

Specifies the reprojection method used to process the depth buffer submitted for image stabilization for a particular holographic camera when a given HolographicFrame is presented.

HolographicFramePresentResult

Indicates the outcome of a Present call on a holographic frame.

HolographicFramePresentWaitBehavior

Specifies whether a Present call should wait for the frame to finish or returns control to the thread immediately.

HolographicReprojectionMode

Represents the kind of reprojection an app is requesting to stabilize its holographic rendering relative to the user's head motion.

HolographicSpaceUserPresence

Represents whether the user is present within the headset to view and interact with a particular HolographicSpace.

HolographicViewConfigurationKind

Defines constants that indicate the kind of a HolographicViewConfiguration.

See also