Skip to content

Commit 93830bd

Browse files
authored
Merge pull request Overv#128 from frguthmann/patch-1
Added missing word
2 parents f3a9c6c + 16145f7 commit 93830bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

01_Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ driver also needs to know which render targets will be used in the pipeline,
131131
which we specify by referencing the render pass.
132132

133133
One of the most distinctive features of Vulkan compared to existing APIs, is
134-
that almost all configuration of the graphics pipeline needs to be in advance.
134+
that almost all configuration of the graphics pipeline needs to be set in advance.
135135
That means that if you want to switch to a different shader or slightly
136136
change your vertex layout, then you need to entirely recreate the graphics
137137
pipeline. That means that you will have to create many VkPipeline objects in

0 commit comments

Comments
 (0)