From ce04fd6925349cf91daacf0d968dfc0d5287d8e0 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 18 Mar 2019 09:35:53 -0700 Subject: Renamed USAGE_CPU_ACCESSIBLE to USAGE_STAGING --- RenderScript/src/EnumMappings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RenderScript/src/EnumMappings.cpp') 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() -- cgit v1.2.3