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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/RenderScript/src/EnumMappings.cpp b/RenderScript/src/EnumMappings.cpp
index bcefd89..84ce7d9 100644
--- a/RenderScript/src/EnumMappings.cpp
+++ b/RenderScript/src/EnumMappings.cpp
@@ -30,6 +30,7 @@ namespace Diligent
{
CpuAccessFlagEnumMapping::CpuAccessFlagEnumMapping()
{
+ DEFINE_ENUM_ELEMENT_MAPPING( (*this), CPU_ACCESS_NONE );
DEFINE_ENUM_ELEMENT_MAPPING( (*this), CPU_ACCESS_READ );
DEFINE_ENUM_ELEMENT_MAPPING( (*this), CPU_ACCESS_WRITE );
}