다음을 통해 공유


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 속성으로 제공합니다.

적용 대상