From dd7847d9e2b0729799d3e953f7872719e6ab70c0 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Fri, 1 Mar 2019 20:55:44 -0800 Subject: Updated test to compy with the new API --- Tests/TestApp/assets/TestRenderScripts.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Tests/TestApp/assets/TestRenderScripts.lua') 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 -- cgit v1.2.3