Reorganize rendering server.
-Made RenderingServerScene abstract, allowing reimplementation -RenderingServerRaster -> RenderingServerDefault, but this class is going away soon.
This commit is contained in:
parent
ea7dd1be36
commit
e93b2242c2
21 changed files with 3984 additions and 3519 deletions
|
|
@ -83,7 +83,7 @@ protected:
|
|||
static DisplayServerCreate server_create_functions[MAX_SERVERS];
|
||||
static int server_create_count;
|
||||
|
||||
friend class RenderingServerRaster;
|
||||
friend class RenderingServerDefault;
|
||||
virtual void _set_use_vsync(bool p_enable);
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue