Compartir a través de


SpatialSurfaceMeshOptions.SupportedTriangleIndexFormats Propiedad

Definición

Obtiene una lista de los formatos de índice de triángulos en los que el sistema puede generar un búfer de índice.

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)

Valor de propiedad

Formatos de búfer de índice admitidos.

Comentarios

Proporcione un valor de esta lista a la propiedad TriangleIndexFormat al llamar a SpatialSurfaceInfo.TryComputeLatestMeshAsync para solicitar búferes de índice en ese formato.

Se aplica a