EEVEE: Add new experimental "EEVEE Next" option

This is supposed to hold the latest improvement from the EEVEE rewrite branch.
Note that a restart is necessary in order for the engine to appear.

The registration code is a bit convoluted as it needs to be after the WM_init.
This commit is contained in:
2022-03-18 19:03:48 +01:00
parent 37b93b5df8
commit 59f53f5802
11 changed files with 156 additions and 1 deletions

View File

@@ -253,6 +253,7 @@ void RE_engine_render_context_disable(struct RenderEngine *engine);
/* Engine Types */
void RE_engines_init(void);
void RE_engines_init_experimental(void);
void RE_engines_exit(void);
void RE_engines_register(RenderEngineType *render_type);