SpatialSurfaceMeshOptions.SupportedVertexPositionFormats Proprietà

Definizione

Ottiene un elenco dei formati di posizione del vertice in cui il sistema può generare un buffer dei vertici.

public:
 static property IVectorView<DirectXPixelFormat> ^ SupportedVertexPositionFormats { IVectorView<DirectXPixelFormat> ^ get(); };
static IVectorView<DirectXPixelFormat> SupportedVertexPositionFormats();
public static IReadOnlyList<DirectXPixelFormat> SupportedVertexPositionFormats { get; }
var iVectorView = SpatialSurfaceMeshOptions.supportedVertexPositionFormats;
Public Shared ReadOnly Property SupportedVertexPositionFormats As IReadOnlyList(Of DirectXPixelFormat)

Valore della proprietà

Formati del buffer dei vertici supportati.

Commenti

Specificare un valore da questo elenco alla proprietà VertexPositionFormat quando si chiama SpatialSurfaceInfo.TryComputeLatestMeshAsync per richiedere i buffer dei vertici in tale formato.

Si applica a