Skip to content

Commit 1bbb217

Browse files
authored
Correct variable name in 02_Rendering_and_presentation (#424)
1 parent bc27f54 commit 1bbb217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ This will almost always be single.
387387

388388
[,c++]
389389
----
390-
presentInfo.pResults = nullptr; // Optional
390+
presentInfoKHR.pResults = nullptr; // Optional
391391
----
392392

393393
There is one last optional parameter called `pResults`.

0 commit comments

Comments
 (0)