summaryrefslogtreecommitdiffstats
path: root/tools/render-test/shader-input-layout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/render-test/shader-input-layout.cpp')
-rw-r--r--tools/render-test/shader-input-layout.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/render-test/shader-input-layout.cpp b/tools/render-test/shader-input-layout.cpp
index edf617f76..40beffc05 100644
--- a/tools/render-test/shader-input-layout.cpp
+++ b/tools/render-test/shader-input-layout.cpp
@@ -412,6 +412,8 @@ namespace renderer_test
parser.Read(")");
offset += 8;
entry.rttiEntries.add(rttiEntry);
+ entry.bufferData.add(0);
+ entry.bufferData.add(0);
continue;
}
else if (parser.LookAhead("witness"))
@@ -426,6 +428,8 @@ namespace renderer_test
parser.Read(")");
offset += 8;
entry.rttiEntries.add(rttiEntry);
+ entry.bufferData.add(0);
+ entry.bufferData.add(0);
continue;
}