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

@@ -59,6 +59,11 @@ void RE_engines_init(void)
DRW_engines_register();
}
void RE_engines_init_experimental()
{
DRW_engines_register_experimental();
}
void RE_engines_exit(void)
{
RenderEngineType *type, *next;