We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfd879 commit 2f5a425Copy full SHA for 2f5a425
en/03_Drawing_a_triangle/02_Graphics_pipeline_basics/02_Fixed_functions.md
@@ -13,7 +13,7 @@ and blend constants. If you want to use dynamic state and keep these properties
13
then you'll have to fill in a `VkPipelineDynamicStateCreateInfo` structure like this:
14
15
```c++
16
-std::vector<VkDynamicState> dynamicStates =
+std::vector<VkDynamicState> dynamicStates = {
17
VK_DYNAMIC_STATE_VIEWPORT,
18
VK_DYNAMIC_STATE_SCISSOR
19
};
0 commit comments