Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.67 KB

holographicframe_getquadlayerupdateparameters_1786338093.md

File metadata and controls

31 lines (21 loc) · 1.67 KB
-api-id -api-type
M:Windows.Graphics.Holographic.HolographicFrame.GetQuadLayerUpdateParameters(Windows.Graphics.Holographic.HolographicQuadLayer)
winrt method

Windows.Graphics.Holographic.HolographicFrame.GetQuadLayerUpdateParameters

-description

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

-parameters

-param layer

The quad layer to update.

-returns

The update parameters.

-remarks

To display quad layers, an application creates the necessary HolographicQuadLayer instances and adds them to a HolographicCamera's mutable QuadLayers list. To synchronize a retained quad layer update with a given immediate-mode holographic frame, an application requests an HolographicQuadLayerUpdateParameters instance from that frame by calling HolographicFrame.GetQuadLayerUpdateParameters. Any updates requested on that HolographicQuadLayerUpdateParameters instance will apply starting in that frame.

Note

The AcquireBufferToUpdateContent or AcquireBufferToUpdateContentWithHardwareProtection method must be called when updating a HolographicQuadLayer object for the first time.

-see-also

-examples