Freigeben über


SpatialSurfaceMeshOptions.SupportedVertexPositionFormats Eigenschaft

Definition

Ruft eine Liste der Vertexpositionsformate ab, in denen das System einen Vertexpuffer generieren kann.

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)

Eigenschaftswert

Die unterstützten Vertexpufferformate.

Hinweise

Geben Sie einen Wert aus dieser Liste an die VertexPositionFormat-Eigenschaft an, wenn SpatialSurfaceInfo.TryComputeLatestMeshAsync aufgerufen wird, um Vertexpuffer in diesem Format anzufordern.

Gilt für: