SpatialSurfaceMeshOptions.SupportedVertexNormalFormats 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 normaux de vertex dans ant générant une mémoire tampon normale.
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)
Valeur de propriété
Formats de mémoire tampon normaux pris en charge.
Remarques
Fournissez une valeur de cette liste à la propriété VertexNormalFormat lors de l’appel de SpatialSurfaceInfo.TryComputeLatestMeshAsync pour demander des mémoires tampons normales dans ce format.