共用方式為


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屬性。

適用於