You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/03_Drawing_a_triangle/02_Graphics_pipeline_basics/02_Fixed_functions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ The actual viewport(s) and scissor rectangle(s) will then later be set up at dra
164
164
With dynamic state it's even possible to specify different viewports and or scissor rectangles within a single command buffer.
165
165
166
166
Without dynamic state, the viewport and scissor rectangle need to be set in the pipeline using the `VkPipelineViewportStateCreateInfo` struct. This makes the viewport and scissor rectangle for this pipeline immutable.
167
-
Any changes required to these values would require a new pipeline to created with the new values.
167
+
Any changes required to these values would require a new pipeline to be created with the new values.
0 commit comments