浏览代码

Updated Info

GLScene 5 年之前
父节点
当前提交
caf0e0e714
共有 3 个文件被更改,包括 3 次插入4 次删除
  1. 0 1
      Source/FInfo.pas
  2. 1 1
      Source/GLSCUDAParallelPrimitives.pas
  3. 2 2
      Source/GLScene.pas

+ 0 - 1
Source/FInfo.pas

@@ -131,7 +131,6 @@ implementation
 //======================================================================
 
 {$R *.dfm}
-{$R FInfo.res}
 
 procedure ShowInfoForm(aSceneBuffer: TGLSceneBuffer; Modal: boolean);
 var

+ 1 - 1
Source/GLSCUDAParallelPrimitives.pas

@@ -20,7 +20,7 @@ unit GLSCUDAParallelPrimitives;
 interface
 
 uses
-  CL;
+  OpenCL;
 
 const
   CUDPPDLL = 'cudpp32.dll';

+ 2 - 2
Source/GLScene.pas

@@ -55,8 +55,8 @@ type
 
 const
   cDefaultProxyOptions = [pooEffects, pooObjects, pooTransformation];
-  GLSCENE_REVISION = '$Revision: 20200517$';
-  GLSCENE_VERSION = '1.9 %s';
+  GLSCENE_REVISION = '$Revision: 0106$';
+  GLSCENE_VERSION = '2020 %s';
 
 type