* Device information returned by Mesa.
*/
typedef struct _mesa_glinterop_device_info {
- /* The caller should set this to: MESA_GLINTEROP_DEVICE_INFO_VERSION */
+ /* The caller should set this to the version of the struct they support */
+ /* NOTE: Do not use the MESA_GLINTEROP_DEVICE_INFO_VERSION macro */
uint32_t struct_version;
/* PCI location */
* Input parameters to Mesa interop export functions.
*/
typedef struct _mesa_glinterop_export_in {
- /* The caller should set this to: MESA_GLINTEROP_EXPORT_IN_VERSION */
+ /* The caller should set this to the version of the struct they support */
+ /* NOTE: Do not use the MESA_GLINTEROP_EXPORT_IN_VERSION macro */
uint32_t struct_version;
/* One of the following:
* Outputs of Mesa interop export functions.
*/
typedef struct _mesa_glinterop_export_out {
- /* The caller should set this to: MESA_GLINTEROP_EXPORT_OUT_VERSION */
+ /* The caller should set this to the version of the struct they support */
+ /* NOTE: Do not use the MESA_GLINTEROP_EXPORT_OUT_VERSION macro */
uint32_t struct_version;
/* The DMABUF handle. It must be closed by the caller using the POSIX