updated version of glew, and use static glew under Windows (CMake and premake project updates)
This commit is contained in:
@@ -159,7 +159,7 @@ public:
|
||||
|
||||
size_t program_length = strlen(kernelSource);
|
||||
|
||||
cl_program m_cpProgram = btOpenCLUtils::compileCLProgramFromString(m_cxMainContext, m_device, kernelSource, &ciErrNum, additionalMacros,srcFileNameForCaching);
|
||||
cl_program m_cpProgram = btOpenCLUtils::compileCLProgramFromString(m_cxMainContext, m_device, kernelSource, &ciErrNum, additionalMacros);
|
||||
|
||||
|
||||
// Create the kernel
|
||||
|
||||
Reference in New Issue
Block a user