diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-04-07 19:47:57 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-04-07 19:47:57 +0000 |
| commit | b1de32bc50dd491ce037030fe313fe5db29f8a21 (patch) | |
| tree | 4b85627621b727064ce1d656605dfcd98ebc978d /Tests/TestApp/assets/LuaTest.lua | |
| parent | Updated core (diff) | |
| download | DiligentEngine-b1de32bc50dd491ce037030fe313fe5db29f8a21.tar.gz DiligentEngine-b1de32bc50dd491ce037030fe313fe5db29f8a21.zip | |
Updated DRAW_FLAG to match API 240022
Diffstat (limited to 'Tests/TestApp/assets/LuaTest.lua')
| -rw-r--r-- | Tests/TestApp/assets/LuaTest.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/assets/LuaTest.lua b/Tests/TestApp/assets/LuaTest.lua index 483543f..92c61ea 100644 --- a/Tests/TestApp/assets/LuaTest.lua +++ b/Tests/TestApp/assets/LuaTest.lua @@ -621,7 +621,7 @@ TestDrawAttribs = DrawAttribs.Create{ FirstInstanceLocation = 96, pIndirectDrawAttribs = TestBuffer2, IndirectAttribsBufferStateTransitionMode = "RESOURCE_STATE_TRANSITION_MODE_NONE", - Flags = {"DRAW_FLAG_VERIFY_STATES"} + Flags = {"DRAW_FLAG_VERIFY_STATES", "DRAW_FLAG_VERIFY_DRAW_ATTRIBS", "DRAW_FLAG_VERIFY_RENDER_TARGETS"} } assert( TestDrawAttribs.NumIndices == 128 ) assert( TestDrawAttribs.IndexType == "VT_UINT16" ) |
