2022-02-24 22:38:26 +01:00
|
|
|
target_sources(Engine
|
2022-11-17 16:47:42 +01:00
|
|
|
PRIVATE
|
2020-06-02 11:46:18 +02:00
|
|
|
BasePass.h
|
|
|
|
|
BasePass.cpp
|
|
|
|
|
DepthPrepass.h
|
|
|
|
|
DepthPrepass.cpp
|
2021-05-06 17:02:10 +02:00
|
|
|
LightCullingPass.h
|
|
|
|
|
LightCullingPass.cpp
|
2020-06-02 11:46:18 +02:00
|
|
|
MeshProcessor.h
|
2021-05-06 17:02:10 +02:00
|
|
|
MeshProcessor.cpp
|
|
|
|
|
RenderGraph.h
|
2022-11-17 16:47:42 +01:00
|
|
|
RenderGraphResources.h
|
|
|
|
|
RenderGraphResources.cpp
|
2021-05-06 17:02:10 +02:00
|
|
|
RenderPass.h
|
2022-04-15 11:19:30 +02:00
|
|
|
TextPass.h
|
|
|
|
|
TextPass.cpp
|
2021-09-23 10:10:39 +02:00
|
|
|
UIPass.h
|
2022-11-22 22:11:37 +01:00
|
|
|
UIPass.cpp)
|
|
|
|
|
|
|
|
|
|
target_sources(Engine
|
|
|
|
|
PUBLIC FILE_SET HEADERS
|
|
|
|
|
FILES
|
|
|
|
|
BasePass.h
|
|
|
|
|
DepthPrepass.h
|
|
|
|
|
LightCullingPass.h
|
|
|
|
|
MeshProcessor.h
|
|
|
|
|
RenderGraph.h
|
|
|
|
|
RenderGraphResources.h
|
|
|
|
|
RenderPass.h
|
|
|
|
|
TextPass.h
|
|
|
|
|
UIPass.h)
|