blob: 34c28450c04c39cc47e0eb5b9bf9dd8bfe6d9f85 [file] [log] [blame]
#include "context.h"
namespace cl
{
struct Current
{
Devices::Context* context;
cl_platform_id platform;
};
static Current *getCurrent(void);
void makeCurrent(cl_platform_id platformId, Devices::Context *context);
Devices::Context *getContext();
}