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

适用于