From 8fa57f680f002f4f636da687e40e21225f1ee392 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sun, 22 Jan 2023 12:30:54 +0100 Subject: GPU performance, optimized away a few shader dispatches --- Whisper/D3D/shaderNames.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Whisper/D3D/shaderNames.cpp') 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 s_shaderNames = +static const std::array s_shaderNames = { "add", "addInPlace", "addRepeat", + "addRepeatEx", "addRepeatGelu", "addRepeatScale", "addRows", -- cgit v1.2.3