共用方式為


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

適用於