summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/assets/TestComputeShaders.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestApp/assets/TestComputeShaders.lua')
-rw-r--r--Tests/TestApp/assets/TestComputeShaders.lua2
1 files changed, 1 insertions, 1 deletions
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"}
}