mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
move ffmpeg into its own class, Renderer can now create jobs when in clusterizer mode
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: ycontre <ycontre@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/09/27 14:52:10 by TheRed #+# #+# */
|
||||
/* Updated: 2025/02/21 14:53:36 by tomoron ### ########.fr */
|
||||
/* Updated: 2025/02/23 23:39:46 by tomoron ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -77,6 +77,7 @@ struct Vertex {
|
||||
# include "ObjParser.hpp"
|
||||
# include "BVH.hpp"
|
||||
# include "Clusterizer.hpp"
|
||||
# include "Ffmpeg.hpp"
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user