Merge pull request #40272 from clayjohn/VULKAN-time-slicing
Add incremental update mode to sky
This commit is contained in:
commit
9678a41b19
7 changed files with 82 additions and 32 deletions
|
|
@ -51,7 +51,9 @@ public:
|
|||
};
|
||||
|
||||
enum ProcessMode {
|
||||
PROCESS_MODE_AUTOMATIC,
|
||||
PROCESS_MODE_QUALITY,
|
||||
PROCESS_MODE_INCREMENTAL,
|
||||
PROCESS_MODE_REALTIME
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue