diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-04-05 16:12:06 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-04-05 16:12:06 +0000 |
| commit | 91db4f0dfc635efd7ec09081074145ca42b15e5a (patch) | |
| tree | 027b14457c8246f70a8525043078bbbe5ab3bc9f /Tests/TestApp/assets/TestComputeShaders.lua | |
| parent | Reworked Tutorial 12 (diff) | |
| download | DiligentEngine-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.lua | 2 |
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() |
