You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/indirectdraw/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,12 +75,12 @@ To use a buffer for indirect draw commands you need to specify the ```VK_BUFFER_
75
75
### Rendering
76
76
If the [`multiDrawIndirect`](http://vulkan.gpuinfo.org/listreports.php?feature=multiDrawIndirect) is supported, we can issue all indirect draws with one single draw call:
77
77
```cpp
78
-
void buildCommandBuffers()
78
+
void buildCommandBuffer()
79
79
{
80
80
...
81
81
for (int32_t i = 0; i < drawCmdBuffers.size(); ++i)
0 commit comments