diff options
Diffstat (limited to 'Whisper/D3D/shaderNames.cpp')
| -rw-r--r-- | Whisper/D3D/shaderNames.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Whisper/D3D/shaderNames.cpp b/Whisper/D3D/shaderNames.cpp index 0605828..a631f08 100644 --- a/Whisper/D3D/shaderNames.cpp +++ b/Whisper/D3D/shaderNames.cpp @@ -2,7 +2,7 @@ #include "stdafx.h" #include "shaderNames.h" -static const std::array<const char*, 39> s_shaderNames = +static const std::array<const char*, 40> s_shaderNames = { "add", "addInPlace", @@ -42,6 +42,7 @@ static const std::array<const char*, 39> s_shaderNames = "softMax", "softMaxCompat", "softMaxFixed", + "softMaxLong", "zeroMemory", }; |
