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

适用于