SpatialSurfaceMeshOptions.SupportedVertexPositionFormats プロパティ

定義

システムが頂点バッファーを生成できる頂点位置形式の一覧を取得します。

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)

プロパティ値

サポートされている頂点バッファー形式。

注釈

SpatialSurfaceInfo.TryComputeLatestMeshAsync を呼び出して、その形式の頂点バッファーを要求するときに、このリストの値を VertexPositionFormat プロパティに指定します。

適用対象