SpatialSurfaceMeshOptions.SupportedTriangleIndexFormats Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene una lista de los formatos de índice de triángulos en los que el sistema puede generar un búfer de índice.
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)
Valor de propiedad
Formatos de búfer de índice admitidos.
Comentarios
Proporcione un valor de esta lista a la propiedad TriangleIndexFormat al llamar a SpatialSurfaceInfo.TryComputeLatestMeshAsync para solicitar búferes de índice en ese formato.