rtengine/src/renderer/dx11
Kevin Trogant 5d988d15b7 give passes views instead of lists
A view is a collection of lists. This is useful for a shadow mapping
pass that generates more than one shadow map.
Each view would create lists of objects visible in one shadow map.
2024-05-07 08:12:45 +02:00
..
pch init dx11 and basic present 2024-04-02 19:47:28 +02:00
buffers.cpp buffers 2024-04-03 22:01:33 +02:00
command_buffers.cpp Executing the simplest possible render graph 2024-04-18 17:06:11 +02:00
commands.cpp Executing the simplest possible render graph 2024-04-18 17:06:11 +02:00
device_objects.hpp Executing the simplest possible render graph 2024-04-18 17:06:11 +02:00
gpu.hpp render targets 2024-04-03 20:56:10 +02:00
helpers.cpp Executing the simplest possible render graph 2024-04-18 17:06:11 +02:00
init.cpp pipelines 2024-04-04 20:01:37 +02:00
meson.build Executing the simplest possible render graph 2024-04-18 17:06:11 +02:00
pipelines.cpp pipelines 2024-04-04 20:01:37 +02:00
render_graph.cpp give passes views instead of lists 2024-05-07 08:12:45 +02:00
render_targets.cpp Executing the simplest possible render graph 2024-04-18 17:06:11 +02:00