paysages3d/src/rendering/opencl.h
2013-04-17 12:29:51 +00:00

21 lines
235 B
C

#ifndef _PAYSAGES_OPENCL_H_
#define _PAYSAGES_OPENCL_H_
/* OpenCL usage */
#ifdef __cplusplus
extern "C" {
#endif
#include "noise.h"
void openclInit();
int openclAvailable();
void openclQuit();
#ifdef __cplusplus
}
#endif
#endif