SpatialSurfaceMeshOptions.SupportedVertexPositionFormats プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
システムが頂点バッファーを生成できる頂点位置形式の一覧を取得します。
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 プロパティに指定します。