@@ -131,7 +131,6 @@ implementation
//======================================================================
{$R *.dfm}
-{$R FInfo.res}
procedure ShowInfoForm(aSceneBuffer: TGLSceneBuffer; Modal: boolean);
var
@@ -20,7 +20,7 @@ unit GLSCUDAParallelPrimitives;
interface
uses
- CL;
+ OpenCL;
const
CUDPPDLL = 'cudpp32.dll';
@@ -55,8 +55,8 @@ type
cDefaultProxyOptions = [pooEffects, pooObjects, pooTransformation];
- GLSCENE_REVISION = '$Revision: 20200517$';
- GLSCENE_VERSION = '1.9 %s';
+ GLSCENE_REVISION = '$Revision: 0106$';
+ GLSCENE_VERSION = '2020 %s';
type