From 91db4f0dfc635efd7ec09081074145ca42b15e5a Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Fri, 5 Apr 2019 09:12:06 -0700 Subject: Refactored overloaded IPipelineState::GetStaticShaderVariable and IShaderResourceBinding::GetVariable --- Tests/TestApp/assets/TestComputeShaders.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/TestApp/assets/TestComputeShaders.lua') diff --git a/Tests/TestApp/assets/TestComputeShaders.lua b/Tests/TestApp/assets/TestComputeShaders.lua index e999752..aee1514 100644 --- a/Tests/TestApp/assets/TestComputeShaders.lua +++ b/Tests/TestApp/assets/TestComputeShaders.lua @@ -333,7 +333,7 @@ function Draw() end -tex2DTestUAV = FillTextureSRB:GetVariable("SHADER_TYPE_COMPUTE", "g_tex2DTestUAV") +tex2DTestUAV = FillTextureSRB:GetVariableByName("SHADER_TYPE_COMPUTE", "g_tex2DTestUAV") function Dispatch() -- cgit v1.2.3