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

적용 대상