Add incremental update mode to sky

This commit is contained in:
clayjohn
2020-07-10 17:07:30 -07:00
parent 0fa165f0c9
commit a54f93c169
7 changed files with 82 additions and 32 deletions

View File

@ -720,7 +720,9 @@ public:
/* SKY API */
enum SkyMode {
SKY_MODE_AUTOMATIC,
SKY_MODE_QUALITY,
SKY_MODE_INCREMENTAL,
SKY_MODE_REALTIME
};