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