SpatialSurfaceMeshOptions.SupportedTriangleIndexFormats 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
시스템에서 인덱스 버퍼를 생성할 수 있는 삼각형 인덱스 형식의 목록을 가져옵니다.
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 속성으로 제공합니다.