HolographicFramePresentResult HolographicFramePresentResult HolographicFramePresentResult HolographicFramePresentResult Enum

Definition

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

public : enum class HolographicFramePresentResultpublic enum HolographicFramePresentResultPublic Enum HolographicFramePresentResult// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

Fields

DeviceRemoved DeviceRemoved DeviceRemoved DeviceRemoved

The Direct3D 11 device was removed and a new device is required. To investigate the cause of device removed errors, call the ID3D11Device::GetDeviceRemovedReason method before releasing the Direct3D device. Set the new device by calling the HolographicSpace::SetDirect3D11Device method.

Success Success Success Success

The frame was presented successfully.