Skip to content

Commit 1d540ac

Browse files
authored
Fix typo (fixes #283)
1 parent 7cc5485 commit 1d540ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/03_Drawing_a_triangle/03_Drawing/02_Rendering_and_presentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ array corresponds to the semaphore with the same index in `pWaitSemaphores`.
377377
378378
```c++
379379
submitInfo.commandBufferCount = 1;
380-
submitInfo.pCommandBuffers = commandBuffer;
380+
submitInfo.pCommandBuffers = &commandBuffer;
381381
```
382382

383383
The next two parameters specify which command buffers to actually submit for

0 commit comments

Comments
 (0)