summaryrefslogtreecommitdiffstats
path: root/Whisper/D3D/shaderNames.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Whisper/D3D/shaderNames.cpp')
-rw-r--r--Whisper/D3D/shaderNames.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Whisper/D3D/shaderNames.cpp b/Whisper/D3D/shaderNames.cpp
index b52f5db..0605828 100644
--- a/Whisper/D3D/shaderNames.cpp
+++ b/Whisper/D3D/shaderNames.cpp
@@ -2,11 +2,12 @@
#include "stdafx.h"
#include "shaderNames.h"
-static const std::array<const char*, 38> s_shaderNames =
+static const std::array<const char*, 39> s_shaderNames =
{
"add",
"addInPlace",
"addRepeat",
+ "addRepeatEx",
"addRepeatGelu",
"addRepeatScale",
"addRows",