summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/assets/TestComputeShaders.lua
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-04-05 16:12:06 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-04-05 16:12:06 +0000
commit91db4f0dfc635efd7ec09081074145ca42b15e5a (patch)
tree027b14457c8246f70a8525043078bbbe5ab3bc9f /Tests/TestApp/assets/TestComputeShaders.lua
parentReworked Tutorial 12 (diff)
downloadDiligentEngine-91db4f0dfc635efd7ec09081074145ca42b15e5a.tar.gz
DiligentEngine-91db4f0dfc635efd7ec09081074145ca42b15e5a.zip
Refactored overloaded IPipelineState::GetStaticShaderVariable and IShaderResourceBinding::GetVariable
Diffstat (limited to 'Tests/TestApp/assets/TestComputeShaders.lua')
-rw-r--r--Tests/TestApp/assets/TestComputeShaders.lua2
1 files changed, 1 insertions, 1 deletions
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()