diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-10-24 14:51:02 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-10-24 14:51:02 +0200 |
| commit | e9a2f9ff6281eac45b1e10457f3c79f780451c02 (patch) | |
| tree | 933188d690b3cb345fdf1acd1fd50f2910d0ce13 /src/wrapped/generated/wrappedopencltypes.h | |
| parent | 1fc382f74f62ff88ed33b822988438180d195402 (diff) | |
| download | box64-e9a2f9ff6281eac45b1e10457f3c79f780451c02.tar.gz box64-e9a2f9ff6281eac45b1e10457f3c79f780451c02.zip | |
Added wrapped OpenCL (mostly complete, for wine)
Diffstat (limited to 'src/wrapped/generated/wrappedopencltypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedopencltypes.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedopencltypes.h b/src/wrapped/generated/wrappedopencltypes.h new file mode 100644 index 00000000..d8297a16 --- /dev/null +++ b/src/wrapped/generated/wrappedopencltypes.h @@ -0,0 +1,23 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.2.0.18) * + *******************************************************************/ +#ifndef __wrappedopenclTYPES_H_ +#define __wrappedopenclTYPES_H_ + +#ifndef LIBNAME +#error You should only #include this file inside a wrapped*.c file +#endif +#ifndef ADDED_FUNCTIONS +#define ADDED_FUNCTIONS() +#endif + +typedef void* (*pFpuppp_t)(void*, uint32_t, void*, void*, void*); +typedef int32_t (*iFpupppp_t)(void*, uint32_t, void*, void*, void*, void*); +typedef void* (*pFpupppp_t)(void*, uint32_t, void*, void*, void*, void*); + +#define SUPER() ADDED_FUNCTIONS() \ + GO(clCreateContextFromType, pFpuppp_t) \ + GO(clBuildProgram, iFpupppp_t) \ + GO(clCreateContext, pFpupppp_t) + +#endif // __wrappedopenclTYPES_H_ |