summaryrefslogtreecommitdiffstats
path: root/RenderScript/src/EnumMappings.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-03-18 16:35:53 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-03-18 16:35:53 +0000
commitce04fd6925349cf91daacf0d968dfc0d5287d8e0 (patch)
tree0625436352ca3b35aca9f88f002b720f5345dcc4 /RenderScript/src/EnumMappings.cpp
parentFixed minor issues with updated GL backend API (diff)
downloadDiligentTools-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.cpp2
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()