diff options
| author | Dmitry Duka <[email protected]> | 2017-12-25 16:33:19 +0300 |
|---|---|---|
| committer | Dmitry Duka <[email protected]> | 2017-12-25 16:33:19 +0300 |
| commit | 9a3873353d4828cfdb6cca813dbb0f27f0e4f325 (patch) | |
| tree | 29a64ad93240728e990f4c298a09dbcb5e394ba7 /include/ansel/Hints.h | |
| parent | Merge branch 'master' of https://github.com/NVIDIAGameWorks/AnselSDK (diff) | |
| download | anselsdk-9a3873353d4828cfdb6cca813dbb0f27f0e4f325.tar.xz anselsdk-9a3873353d4828cfdb6cca813dbb0f27f0e4f325.zip | |
Updating Ansel SDK 1.5, no functional changes. Fixing startSession/stopSession not being exported.
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
};
|