共用方式為


SpatialSurfaceMeshOptions.SupportedTriangleIndexFormats 屬性

定義

取得系統可以產生索引緩衝區的三角形索引格式清單。

public:
 static property IVectorView<DirectXPixelFormat> ^ SupportedTriangleIndexFormats { IVectorView<DirectXPixelFormat> ^ get(); };
static IVectorView<DirectXPixelFormat> SupportedTriangleIndexFormats();
public static IReadOnlyList<DirectXPixelFormat> SupportedTriangleIndexFormats { get; }
var iVectorView = SpatialSurfaceMeshOptions.supportedTriangleIndexFormats;
Public Shared ReadOnly Property SupportedTriangleIndexFormats As IReadOnlyList(Of DirectXPixelFormat)

屬性值

支援的索引緩衝區格式。

備註

呼叫SpatialSurfaceInfo.TryComputeLatestMeshAsync以要求該格式的索引緩衝區時,請從此清單提供一個值給TriangleIndexFormat屬性。

適用於