Lux GPU Core 0.2.0
Lightweight plugin-based GPU acceleration for blockchain and ML
Loading...
Searching...
No Matches
lux_gpu_backend_desc Struct Reference

#include <backend_plugin.h>

Data Fields

uint32_t abi_version
 
uint32_t vtbl_size
 
const char * backend_name
 
const char * backend_version
 
uint32_t capabilities
 
const lux_gpu_backend_vtblvtbl
 

Detailed Description

Definition at line 374 of file backend_plugin.h.

Field Documentation

◆ abi_version

uint32_t lux_gpu_backend_desc::abi_version

Definition at line 375 of file backend_plugin.h.

◆ backend_name

const char* lux_gpu_backend_desc::backend_name

Definition at line 377 of file backend_plugin.h.

◆ backend_version

const char* lux_gpu_backend_desc::backend_version

Definition at line 378 of file backend_plugin.h.

◆ capabilities

uint32_t lux_gpu_backend_desc::capabilities

Definition at line 379 of file backend_plugin.h.

◆ vtbl

const lux_gpu_backend_vtbl* lux_gpu_backend_desc::vtbl

Definition at line 380 of file backend_plugin.h.

◆ vtbl_size

uint32_t lux_gpu_backend_desc::vtbl_size

Definition at line 376 of file backend_plugin.h.


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