summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestBrokenShader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestApp/src/TestBrokenShader.cpp')
-rw-r--r--Tests/TestApp/src/TestBrokenShader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/src/TestBrokenShader.cpp b/Tests/TestApp/src/TestBrokenShader.cpp
index 794e138..7282828 100644
--- a/Tests/TestApp/src/TestBrokenShader.cpp
+++ b/Tests/TestApp/src/TestBrokenShader.cpp
@@ -44,7 +44,7 @@ TestBrokenShader::TestBrokenShader(IRenderDevice *pDevice) :
Attrs.Source = g_BrokenShaderSource;
Attrs.EntryPoint = "VSMain";
Attrs.Desc.ShaderType = SHADER_TYPE_VERTEX;
- Attrs.Desc.Name = "TrivialVS (TestPipelineStateBase)";
+ Attrs.Desc.Name = "Broken shader test";
Attrs.SourceLanguage = SHADER_SOURCE_LANGUAGE_HLSL;
RefCntAutoPtr<IShader> pBrokenShader;
IDataBlob *pErrors = nullptr;