summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/assets/TestComputeShaders.lua
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-03-12 03:44:01 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-03-12 03:44:01 +0000
commit71cc1dc3f1c32c9d30a38dee0a1d0414f154f258 (patch)
treea61aedaa089a38bd30c339be958eadc95896bfcf /Tests/TestApp/assets/TestComputeShaders.lua
parentUpdated Asteroids and aubmodules (diff)
downloadDiligentEngine-71cc1dc3f1c32c9d30a38dee0a1d0414f154f258.tar.gz
DiligentEngine-71cc1dc3f1c32c9d30a38dee0a1d0414f154f258.zip
Implemened PSO compatibility: updated tests and submodules
Diffstat (limited to 'Tests/TestApp/assets/TestComputeShaders.lua')
-rw-r--r--Tests/TestApp/assets/TestComputeShaders.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/TestApp/assets/TestComputeShaders.lua b/Tests/TestApp/assets/TestComputeShaders.lua
index a78da5a..abe216b 100644
--- a/Tests/TestApp/assets/TestComputeShaders.lua
+++ b/Tests/TestApp/assets/TestComputeShaders.lua
@@ -217,6 +217,8 @@ UpdateDispatchArgsBuffPSO = PipelineState.Create
pCS = UpdateDispatchArgsBuffCS
}
}
+assert(UpdateDrawArgsBuffPSO:IsCompatibleWith(UpdateDispatchArgsBuffPSO) == true)
+assert(UpdateDispatchArgsBuffPSO:IsCompatibleWith(UpdateDrawArgsBuffPSO) == true)
RenderPSO = PipelineState.Create
{