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