summaryrefslogtreecommitdiffstats
path: root/RenderScript/src/ScriptParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'RenderScript/src/ScriptParser.cpp')
-rw-r--r--RenderScript/src/ScriptParser.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/RenderScript/src/ScriptParser.cpp b/RenderScript/src/ScriptParser.cpp
index 18a96e2..a31f308 100644
--- a/RenderScript/src/ScriptParser.cpp
+++ b/RenderScript/src/ScriptParser.cpp
@@ -151,6 +151,10 @@ namespace Diligent
pDeviceStr = "D3D12";
break;
+ case DeviceType::Vulkan:
+ pDeviceStr = "Vulkan";
+ break;
+
default:
UNEXPECTED( "Unknown device type" );
}