次の方法で共有


SpatialSurfaceMeshOptions.SupportedVertexNormalFormats プロパティ

定義

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

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)

プロパティ値

サポートされている通常のバッファー形式。

注釈

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

適用対象