summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/assets/TestComputeShaders.lua
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-10-19 21:31:56 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-10-19 21:31:56 +0000
commitaf5a3688c57f0f0a9406fb1ea488e093d5822aea (patch)
tree3780348ac277ab1df447c0b5d2bed6eef3b074f4 /Tests/TestApp/assets/TestComputeShaders.lua
parentFixed UWP build error (diff)
downloadDiligentEngine-af5a3688c57f0f0a9406fb1ea488e093d5822aea.tar.gz
DiligentEngine-af5a3688c57f0f0a9406fb1ea488e093d5822aea.zip
Updated submodules (API version 240033);
Enabled bindless mode in Asteroid demo
Diffstat (limited to 'Tests/TestApp/assets/TestComputeShaders.lua')
-rw-r--r--Tests/TestApp/assets/TestComputeShaders.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/TestApp/assets/TestComputeShaders.lua b/Tests/TestApp/assets/TestComputeShaders.lua
index f69805d..863c8a5 100644
--- a/Tests/TestApp/assets/TestComputeShaders.lua
+++ b/Tests/TestApp/assets/TestComputeShaders.lua
@@ -312,7 +312,6 @@ UpdateDispatchArgsBuffSRB:InitializeStaticResources()
RenderSRB:InitializeStaticResources()
DrawAttrs = DrawAttribs.Create{
- IsIndexed = true,
IndexType = "VT_UINT32",
pIndirectDrawAttribs = IndirectDrawArgsBuffer,
IndirectAttribsBufferStateTransitionMode = "RESOURCE_STATE_TRANSITION_MODE_TRANSITION",