mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 10:48:34 +02:00
renderer works in headless mode now
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/02/04 01:07:08 by tomoron #+# #+# */
|
||||
/* Updated: 2025/02/04 17:04:59 by tomoron ### ########.fr */
|
||||
/* Updated: 2025/02/04 22:04:04 by tomoron ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -41,6 +41,7 @@ class Arguments
|
||||
int handleArg(char **argv, int argc, int *i);
|
||||
void initArguments(void);
|
||||
void addArgument(char shortName, std::string longName, int isFlag);
|
||||
int setArg(t_arg arg, char **argv, int argc, int *i);
|
||||
|
||||
void parseRenderPathName(char * path);
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
/* By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/01/22 16:29:26 by tomoron #+# #+# */
|
||||
/* Updated: 2025/02/04 18:46:22 by tomoron ### ########.fr */
|
||||
/* Updated: 2025/02/04 21:56:58 by tomoron ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -78,6 +78,7 @@ class Renderer
|
||||
bool _renderSettings;
|
||||
bool _ignoreUnavailableCodec;
|
||||
bool _headless;
|
||||
bool _tp;
|
||||
bool _shouldClose;
|
||||
|
||||
int _curPathIndex;
|
||||
|
Reference in New Issue
Block a user