summaryrefslogtreecommitdiffstats
path: root/src/render/jobs/job_common_p.h
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2016-06-03 09:52:16 +0200
committerPaul Lemire <paul.lemire@kdab.com>2016-07-04 06:09:15 +0000
commite83521a65e70a98f570c838ad9e7f8070c58cb47 (patch)
treed798b5fcc46d8955a33c71a4142ba7e397a28acb /src/render/jobs/job_common_p.h
parent2dd5a792f765ebeac94532901e9ad825a7f9eb40 (diff)
Rename UpdateBoundingVolumeJob -> ExpandBoundingVolumeJob
As this is what it really does. The update bounding part is actually done by the UpdateWorldTransformJob at the moment. This will be split and should allow much better parallelizing of the tasks. Change-Id: Iac31cc3a1029a50fae777f3edd3dc1667eb60b8e Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/jobs/job_common_p.h')
-rw-r--r--src/render/jobs/job_common_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/jobs/job_common_p.h b/src/render/jobs/job_common_p.h
index 89208c486..60f3153a0 100644
--- a/src/render/jobs/job_common_p.h
+++ b/src/render/jobs/job_common_p.h
@@ -73,7 +73,7 @@ namespace JobTypes {
PickBoundingVolume,
RenderView,
UpdateTransform,
- UpdateBoundingVolume,
+ ExpandBoundingVolume,
FrameSubmission,
LayerFiltering,
EntityComponentTypeFiltering,