OpenSubdiv
Loading...
Searching...
No Matches
opencl.h
Go to the documentation of this file.
1//
2// Copyright 2014 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://opensubdiv.org/license.
6//
7
8#ifndef OPENSUBDIV3_OSD_OPENCL_H
9#define OPENSUBDIV3_OSD_OPENCL_H
10
11#if defined(OPENSUBDIV_HAS_CLEW)
12# include <clew.h>
13#else
14# if defined(__APPLE__)
15# include <OpenCL/opencl.h>
16# else
17# include <CL/opencl.h>
18# endif
19#endif
20
21#endif // OPENSUBDIV3_OSD_CL_UTIL_H