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

적용 대상