Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e4a2b2

Browse files
authored
Added missing word
I'm not sure whether this should be "set" or "known".
1 parent 09a089c commit 0e4a2b2

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)