Skip to content

Commit f79df28

Browse files
Merge pull request #402 from lemony-limey/03-03-01-command-buffers-typo-fix
Fix variable name typo in 01_Command_buffers.adoc
2 parents 48588d5 + 5b5cca7 commit f79df28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/03_Drawing_a_triangle/03_Drawing/01_Command_buffers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ void transition_image_layout(
200200
.dependencyFlags = {},
201201
.imageMemoryBarrierCount = 1,
202202
.pImageMemoryBarriers = &barrier};
203-
commandBuffer.pipelineBarrier2(dependencyInfo);
203+
commandBuffer.pipelineBarrier2(dependency_info);
204204
}
205205
----
206206

0 commit comments

Comments
 (0)