Compartir a través de


SpatialSurfaceMeshOptions.SupportedVertexPositionFormats Propiedad

Definición

Obtiene una lista de los formatos de posición de vértice en los que el sistema puede generar un búfer de vértices.

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)

Valor de propiedad

Formatos de búfer de vértices admitidos.

Comentarios

Proporcione un valor de esta lista a la propiedad VertexPositionFormat al llamar a SpatialSurfaceInfo.TryComputeLatestMeshAsync para solicitar búferes de vértices en ese formato.

Se aplica a