From eb910d6822416926c43430f4321793ab8c232c0c Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Mon, 22 Aug 2016 08:13:37 +0200 Subject: Compute Particles example: was using wrong work group size Change-Id: Idf3c40274ff60ff3c856c2e61a0d782a916e0e19 Reviewed-by: Kevin Ottens --- examples/qt3d/compute-particles/ComputeFrameGraph.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/qt3d/compute-particles/ComputeFrameGraph.qml b/examples/qt3d/compute-particles/ComputeFrameGraph.qml index 9a84f246f..ffdeb7567 100644 --- a/examples/qt3d/compute-particles/ComputeFrameGraph.qml +++ b/examples/qt3d/compute-particles/ComputeFrameGraph.qml @@ -65,7 +65,7 @@ Viewport { // Compute Pass DispatchCompute { - workGroupX: 1024; workGroupY: 1; workGroupZ: 1 + workGroupX: 50; workGroupY: 1; workGroupZ: 1 TechniqueFilter { matchAll: [ FilterKey { name: "type"; value: "compute"} -- cgit v1.2.3