diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-03-18 16:35:53 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-03-18 16:35:53 +0000 |
| commit | ce04fd6925349cf91daacf0d968dfc0d5287d8e0 (patch) | |
| tree | 0625436352ca3b35aca9f88f002b720f5345dcc4 /RenderScript/src/EnumMappings.cpp | |
| parent | Fixed minor issues with updated GL backend API (diff) | |
| download | DiligentTools-ce04fd6925349cf91daacf0d968dfc0d5287d8e0.tar.gz DiligentTools-ce04fd6925349cf91daacf0d968dfc0d5287d8e0.zip | |
Renamed USAGE_CPU_ACCESSIBLE to USAGE_STAGING
Diffstat (limited to 'RenderScript/src/EnumMappings.cpp')
| -rw-r--r-- | RenderScript/src/EnumMappings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RenderScript/src/EnumMappings.cpp b/RenderScript/src/EnumMappings.cpp index d986b9d..ed736f0 100644 --- a/RenderScript/src/EnumMappings.cpp +++ b/RenderScript/src/EnumMappings.cpp @@ -40,7 +40,7 @@ namespace Diligent DEFINE_ENUM_ELEMENT_MAPPING( (*this), USAGE_STATIC ); DEFINE_ENUM_ELEMENT_MAPPING( (*this), USAGE_DEFAULT ); DEFINE_ENUM_ELEMENT_MAPPING( (*this), USAGE_DYNAMIC ); - DEFINE_ENUM_ELEMENT_MAPPING( (*this), USAGE_CPU_ACCESSIBLE ); + DEFINE_ENUM_ELEMENT_MAPPING( (*this), USAGE_STAGING ); } TextureFormatEnumMapping::TextureFormatEnumMapping() |
