fix: Hotfix
This commit is contained in:
parent
cd5209c3f2
commit
1abc2611c7
3 changed files with 10 additions and 8 deletions
|
@ -27,7 +27,7 @@ protected:
|
|||
cl::Program program;
|
||||
|
||||
public:
|
||||
bool GPUApplication::InitCL() {
|
||||
bool InitCL() {
|
||||
// Find a combination of a cl::Platform and cl::Device to run OpenCL
|
||||
// -----------------------------------------------------------------
|
||||
{
|
||||
|
@ -189,4 +189,4 @@ protected:
|
|||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Reference in a new issue