SpatialSurfaceMeshOptions.SupportedVertexPositionFormats Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of the vertex position formats that the system can generate a vertex buffer in.
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)
Property Value
The supported vertex buffer formats.
Remarks
Supply a value from this list to the VertexPositionFormat property when calling SpatialSurfaceInfo.TryComputeLatestMeshAsync to request vertex buffers in that format.