summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/assets/TestRenderScripts.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestApp/assets/TestRenderScripts.lua')
-rw-r--r--Tests/TestApp/assets/TestRenderScripts.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/Tests/TestApp/assets/TestRenderScripts.lua b/Tests/TestApp/assets/TestRenderScripts.lua
index 94ea53a..d0728b8 100644
--- a/Tests/TestApp/assets/TestRenderScripts.lua
+++ b/Tests/TestApp/assets/TestRenderScripts.lua
@@ -191,9 +191,8 @@ function AddConstBufferToMapping(Name, NewConstBuff)
end
function BindShaderResources()
- MinimalVS:BindResources(ResMapping)
- MinimalInstVS:BindResources(ResMapping)
- UniformBufferPS:BindResources(ResMapping)
+ PSO:BindStaticResources(ResMapping)
+ PSOInst:BindStaticResources(ResMapping)
SRB:InitializeStaticResources(PSO)
SRBInst:InitializeStaticResources()
end