From 4494eace416607fdcbf5cc86cca3d2c7717d16d1 Mon Sep 17 00:00:00 2001 From: yuanjiajia <1139393632@qq.com> Date: Tue, 13 Jun 2023 15:56:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B2=E6=9F=93=E6=B5=8B=E5=BC=8F=20?= =?UTF-8?q?=E6=A1=88=E4=BE=8B=20=E5=BC=80=E5=8F=91=20=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E5=90=8E=E6=9C=9F=E9=99=8D=E5=99=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/renderTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/renderTest.php b/examples/renderTest.php index e725e2b..2347563 100644 --- a/examples/renderTest.php +++ b/examples/renderTest.php @@ -281,6 +281,8 @@ $renderEngine = new RenderEngine(); $render .= $renderEngine; $openCL = new OpenCL(); +// $openCL->cpuUse = OpenCL::CLOSE; +// $openCL->nativeThreadsCount = 0; $render .= $openCL; $lightStrategy = new LightStrategy();