HolographicCamera.MaxQuadLayerCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.