SpatialSurfaceMeshOptions.SupportedVertexNormalFormats Propriedade

Definição

Obtém uma lista dos formatos normais de vértice em que o sistema pode gerar um buffer normal.

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)

Valor da propriedade

Os formatos de buffer normais com suporte.

Comentários

Forneça um valor dessa lista para a propriedade VertexNormalFormat ao chamar SpatialSurfaceInfo.TryComputeLatestMeshAsync para solicitar buffers normais nesse formato.

Aplica-se a