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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user