summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/assets/TestRenderTargets.lua
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-07-03 15:46:14 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-07-03 15:46:14 +0000
commit8dda69439aae8e8e0a60748ba04791712c2aeeb3 (patch)
treea6218da26abb18ea7a249f8426e63d397b1929e3 /Tests/TestApp/assets/TestRenderTargets.lua
parentUpdated unit tests to set DSV format in PSO (diff)
downloadDiligentEngine-8dda69439aae8e8e0a60748ba04791712c2aeeb3.tar.gz
DiligentEngine-8dda69439aae8e8e0a60748ba04791712c2aeeb3.zip
Updated Math lib tests and render target test
Diffstat (limited to 'Tests/TestApp/assets/TestRenderTargets.lua')
-rw-r--r--Tests/TestApp/assets/TestRenderTargets.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/TestApp/assets/TestRenderTargets.lua b/Tests/TestApp/assets/TestRenderTargets.lua
index f497c75..591c69a 100644
--- a/Tests/TestApp/assets/TestRenderTargets.lua
+++ b/Tests/TestApp/assets/TestRenderTargets.lua
@@ -364,7 +364,8 @@ BlendTexPSO = PipelineState.Create
{ InputIndex = 0, BufferSlot = 0, NumComponents = 3, ValueType = "VT_FLOAT32"},
{ InputIndex = 1, BufferSlot = 1, NumComponents = 2, ValueType = "VT_FLOAT32"}
},
- RTVFormats = {"TEX_FORMAT_RGBA8_UNORM_SRGB"},
+ RTVFormats = {extBackBufferFormat},
+ DSVFormat = extDepthBufferFormat,
PrimitiveTopology = "PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP"
}
}