Skip to content

Commit 0fa8b53

Browse files
authored
Update old code in text
1 parent 4454f6d commit 0fa8b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/10_Multisampling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ And update the `recreateSwapChain` so that the new color image can be recreated
139139
```c++
140140
void recreateSwapChain() {
141141
...
142-
createGraphicsPipeline();
142+
createImageViews();
143143
createColorResources();
144144
createDepthResources();
145145
...

0 commit comments

Comments
 (0)