summaryrefslogtreecommitdiffstats
path: root/RenderScript/src/EnumMappings.cpp
diff options
context:
space:
mode:
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()