Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef88945 commit a7e4efdCopy full SHA for a7e4efd
1 file changed
03_Drawing_a_triangle/02_Graphics_pipeline_basics/02_Fixed_functions.md
@@ -339,6 +339,7 @@ VkDynamicState dynamicStates[] = {
339
};
340
341
VkPipelineDynamicStateCreateInfo dynamicState = {};
342
+dynamicState.sType = VK_STRUCTURE_TYPE_PIPELINE_DYNAMIC_STATE_CREATE_INFO;
343
dynamicState.dynamicStateCount = 2;
344
dynamicState.pDynamicStates = dynamicStates;
345
```
0 commit comments