Partager via


SpatialSurfaceMeshOptions.SupportedVertexNormalFormats Propriété

Définition

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.

S’applique à