summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/renderqueue/renderqueue.pro
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire350@gmail.com>2015-06-25 22:59:34 +0200
committerPaul Lemire <paul.lemire@kdab.com>2015-06-29 15:25:14 +0000
commit136acab69f9bbf9872ed5a984378cb9f9d072fcd (patch)
tree2502cd1a0f729389d2d4731b423a7e8b2569258a /tests/auto/render/renderqueue/renderqueue.pro
parentc1b0858fea08be8c14860fcf5c3b50fb1d4a6f4b (diff)
Renderer refactored to only process jobs for the current frame
- get rid of the RenderQueues - properly synchronize the RenderQueue/Allocators - unit tests updated Change-Id: I71c0321c888765c674cbe5fda5ececfa11b06995 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'tests/auto/render/renderqueue/renderqueue.pro')
-rw-r--r--tests/auto/render/renderqueue/renderqueue.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/render/renderqueue/renderqueue.pro b/tests/auto/render/renderqueue/renderqueue.pro
new file mode 100644
index 000000000..85ed34db4
--- /dev/null
+++ b/tests/auto/render/renderqueue/renderqueue.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+TARGET = tst_renderqueue
+
+QT += 3dcore 3dcore-private 3drenderer 3drenderer-private testlib
+
+CONFIG += testcase
+
+SOURCES += tst_renderqueue.cpp