summaryrefslogtreecommitdiffstats
path: root/src/render/jobs/jobs.pri
blob: 66c98b1c0c666feff8958d8d4b12a61b46f541ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/updateworldtransformjob_p.h \
    $$PWD/renderviewjobutils_p.h \
    $$PWD/loadscenejob_p.h \
    $$PWD/framecleanupjob_p.h \
    $$PWD/loadtexturedatajob_p.h \
    $$PWD/loadbufferjob_p.h \
    $$PWD/loadgeometryjob_p.h \
    $$PWD/calcboundingvolumejob_p.h \
    $$PWD/pickboundingvolumejob_p.h \
    $$PWD/calcgeometrytrianglevolumes_p.h \
    $$PWD/computefilteredboundingvolumejob_p.h \
    $$PWD/job_common_p.h \
    $$PWD/filterlayerentityjob_p.h \
    $$PWD/filterentitybycomponentjob_p.h \
    $$PWD/materialparametergathererjob_p.h \
    $$PWD/genericlambdajob_p.h \
    $$PWD/renderviewbuilderjob_p.h \
    $$PWD/renderviewinitializerjob_p.h \
    $$PWD/frustumcullingjob_p.h \
    $$PWD/lightgatherer_p.h \
    $$PWD/expandboundingvolumejob_p.h \
    $$PWD/updateworldboundingvolumejob_p.h \
    $$PWD/sendrendercapturejob_p.h \
    $$PWD/updateshaderdatatransformjob_p.h \
    $$PWD/updatelevelofdetailjob_p.h \
    $$PWD/updatemeshtrianglelistjob_p.h \
    $$PWD/pickboundingvolumeutils_p.h \
    $$PWD/filtercompatibletechniquejob_p.h \
    $$PWD/updatetreeenabledjob_p.h \
    $$PWD/sendbuffercapturejob_p.h

SOURCES += \
    $$PWD/updateworldtransformjob.cpp \
    $$PWD/renderviewjobutils.cpp \
    $$PWD/loadscenejob.cpp \
    $$PWD/framecleanupjob.cpp \
    $$PWD/loadtexturedatajob.cpp \
    $$PWD/loadbufferjob.cpp \
    $$PWD/loadgeometryjob.cpp \
    $$PWD/calcboundingvolumejob.cpp \
    $$PWD/pickboundingvolumejob.cpp \
    $$PWD/calcgeometrytrianglevolumes.cpp \
    $$PWD/computefilteredboundingvolumejob.cpp \
    $$PWD/filterlayerentityjob.cpp \
    $$PWD/materialparametergathererjob.cpp \
    $$PWD/renderviewbuilderjob.cpp \
    $$PWD/renderviewinitializerjob.cpp \
    $$PWD/frustumcullingjob.cpp \
    $$PWD/lightgatherer.cpp \
    $$PWD/expandboundingvolumejob.cpp \
    $$PWD/updateworldboundingvolumejob.cpp \
    $$PWD/sendrendercapturejob.cpp \
    $$PWD/updateshaderdatatransformjob.cpp \
    $$PWD/updatemeshtrianglelistjob.cpp \
    $$PWD/updatelevelofdetailjob.cpp \
    $$PWD/pickboundingvolumeutils.cpp \
    $$PWD/filtercompatibletechniquejob.cpp \
    $$PWD/updatetreeenabledjob.cpp \
    $$PWD/sendbuffercapturejob.cpp