diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-03-12 03:44:01 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-03-12 03:44:01 +0000 |
| commit | 71cc1dc3f1c32c9d30a38dee0a1d0414f154f258 (patch) | |
| tree | a61aedaa089a38bd30c339be958eadc95896bfcf /Tests/TestApp/assets/TestComputeShaders.lua | |
| parent | Updated Asteroids and aubmodules (diff) | |
| download | DiligentEngine-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.lua | 2 |
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 { |
