Skip to content

Commit bc193f7

Browse files
authored
Typo fix (#264)
The text refers to the first parameter
1 parent 2241267 commit bc193f7

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
@@ -273,7 +273,7 @@ We can now bind the graphics pipeline:
273273
commandBuffer.bindPipeline(vk::PipelineBindPoint::eGraphics, graphicsPipeline);
274274
----
275275

276-
The second parameter specifies if the pipeline object is a graphics or compute pipeline.
276+
The first parameter specifies if the pipeline object is a graphics or compute pipeline.
277277
We've now told Vulkan which operations to execute in the graphics pipeline and which attachment to use in the fragment shader.
278278

279279
As noted in the link:../02_Graphics_pipeline_basics/02_Fixed_functions.md#dynamic-state[fixed functions chapter], we did specify viewport and scissor state for this pipeline to be dynamic.

0 commit comments

Comments
 (0)