SpatialSurfaceMeshOptions.SupportedTriangleIndexFormats Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.