diff options
| author | Dmitry Duka <[email protected]> | 2017-12-25 16:33:24 +0300 |
|---|---|---|
| committer | Dmitry Duka <[email protected]> | 2017-12-25 16:33:24 +0300 |
| commit | 5f878c94fd7b1a5d400ebc80b83821b9289ecf08 (patch) | |
| tree | 50e1b10cca5b609fb1aebf589f2a2130d366bf19 /include/ansel/Hints.h | |
| parent | Addressing issue #2. Fixing Cleanup() function in the sample application. (diff) | |
| parent | Updating Ansel SDK 1.5, no functional changes. Fixing startSession/stopSessio... (diff) | |
| download | anselsdk-1.5.396.tar.xz anselsdk-1.5.396.zip | |
Merge branch 'master' into 1.5v1.5.396
Diffstat (limited to 'include/ansel/Hints.h')
| -rw-r--r-- | include/ansel/Hints.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ansel/Hints.h b/include/ansel/Hints.h index 0ab298b..b1c1d05 100644 --- a/include/ansel/Hints.h +++ b/include/ansel/Hints.h @@ -36,7 +36,7 @@ namespace ansel kBufferTypeHDR = 0,
kBufferTypeDepth,
kBufferTypeHUDless,
- kBufferTypePresentable,
+ kBufferTypeFinalColor,
kBufferTypeCount
};
|