Partilhar via


SpatialSurfaceMeshOptions.SupportedTriangleIndexFormats Propriedade

Definição

Obtém uma lista dos formatos de índice de triângulo nos quais o sistema pode gerar um buffer 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 da propriedade

Os formatos de buffer de índice com suporte.

Comentários

Forneça um valor dessa lista para a propriedade TriangleIndexFormat ao chamar SpatialSurfaceInfo.TryComputeLatestMeshAsync para solicitar buffers de índice nesse formato.

Aplica-se a