45 #ifndef GPUART_ABSTRACTION_H
46 #define GPUART_ABSTRACTION_H
52 #include "../GPUart_Common/GPUart_Common.h"
53 #include "../GPUart_Config/GPUart_Config.h"
GPUart_Retval gpuA_destroy(void)
Destroy the context of the GPUart Abstraction layer.
Definition: GPUart_Abstraction.cpp:86
GPUart_Retval gpuA_init(void)
Initialize the context of the GPUart Abstraction layer.
Definition: GPUart_Abstraction.cpp:74
signed int GPUart_Retval
The standard return type of functions in GPUart, representing an error code.
Definition: GPUart_Common.h:99