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 属性提供一个值。

适用于