HolographicCamera.MaxQuadLayerCount Property

Definition

Gets the maximum number of quad layers supported by the current system.

public:
 property unsigned int MaxQuadLayerCount { unsigned int get(); };
uint32_t MaxQuadLayerCount();
public uint MaxQuadLayerCount { get; }
var uInt32 = holographicCamera.maxQuadLayerCount;
Public ReadOnly Property MaxQuadLayerCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

The max quad layer count.

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Remarks

MaxQuadLayerCount will be 0 on HoloLens, which does not support quad layers.

Applies to