ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
DLPackExchangeAPIHeader Struct Reference

DLPackExchangeAPI stable header. More...

#include <DLPack.h>

Collaboration diagram for DLPackExchangeAPIHeader:

Public Attributes

DLPackVersion version
 The provided DLPack version the consumer must check major version compatibility before using this struct. More...
 
struct DLPackExchangeAPIHeaderprev_api
 Optional pointer to an older DLPackExchangeAPI in the chain. More...
 

Detailed Description

DLPackExchangeAPI stable header.

See also
DLPackExchangeAPI

Definition at line 544 of file DLPack.h.

Member Data Documentation

◆ prev_api

struct DLPackExchangeAPIHeader* DLPackExchangeAPIHeader::prev_api

Optional pointer to an older DLPackExchangeAPI in the chain.

It must be NULL if the framework does not support older versions. If the current major version is larger than the one supported by the consumer, the consumer may walk this to find an earlier supported version.

See also
DLPackExchangeAPI

Definition at line 560 of file DLPack.h.

◆ version

DLPackVersion DLPackExchangeAPIHeader::version

The provided DLPack version the consumer must check major version compatibility before using this struct.

Definition at line 549 of file DLPack.h.


The documentation for this struct was generated from the following file: