SpatialSurfaceMeshOptions.SupportedVertexNormalFormats 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 a list of the vertex normal formats that the system can generate a normal buffer in.
public:
static property IVectorView<DirectXPixelFormat> ^ SupportedVertexNormalFormats { IVectorView<DirectXPixelFormat> ^ get(); };
static IVectorView<DirectXPixelFormat> SupportedVertexNormalFormats();
public static IReadOnlyList<DirectXPixelFormat> SupportedVertexNormalFormats { get; }
var iVectorView = SpatialSurfaceMeshOptions.supportedVertexNormalFormats;
Public Shared ReadOnly Property SupportedVertexNormalFormats As IReadOnlyList(Of DirectXPixelFormat)
Property Value
The supported normal buffer formats.
Remarks
Supply a value from this list to the VertexNormalFormat property when calling SpatialSurfaceInfo.TryComputeLatestMeshAsync to request normal buffers in that format.