From b1de32bc50dd491ce037030fe313fe5db29f8a21 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 7 Apr 2019 12:47:57 -0700 Subject: Updated DRAW_FLAG to match API 240022 --- Tests/TestApp/assets/TestComputeShaders.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/TestApp/assets/TestComputeShaders.lua') diff --git a/Tests/TestApp/assets/TestComputeShaders.lua b/Tests/TestApp/assets/TestComputeShaders.lua index aee1514..c5f121c 100644 --- a/Tests/TestApp/assets/TestComputeShaders.lua +++ b/Tests/TestApp/assets/TestComputeShaders.lua @@ -318,7 +318,7 @@ DrawAttrs = DrawAttribs.Create{ IndexType = "VT_UINT32", pIndirectDrawAttribs = IndirectDrawArgsBuffer, IndirectAttribsBufferStateTransitionMode = "RESOURCE_STATE_TRANSITION_MODE_TRANSITION", - Flags = {"DRAW_FLAG_VERIFY_STATES"} + Flags = {"DRAW_FLAG_VERIFY_ALL"} } -- cgit v1.2.3