Partager via


SpatialSurfaceMeshOptions.SupportedTriangleIndexFormats Propriété

Définition

Obtient la liste des formats d’index triangles dans ant ux auxquels le système peut générer une mémoire tampon d’index.

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)

Valeur de propriété

Formats de mémoire tampon d’index pris en charge.

Remarques

Fournissez une valeur de cette liste à la propriété TriangleIndexFormat lors de l’appel de SpatialSurfaceInfo.TryComputeLatestMeshAsync pour demander des mémoires tampons d’index dans ce format.

S’applique à