Skip to content

Commit 7eae20d

Browse files
authored
Merge pull request #254 from Talon1024/patch-1
Update 04_Swap_chain_recreation.md
2 parents 109d5d9 + a800a0a commit 7eae20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/03_Drawing_a_triangle/04_Swap_chain_recreation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Now try to run the program and resize the window to see if the framebuffer is in
236236
237237
## Handling minimization
238238
239-
There is another case where a swap chain may become out of data and that is a special kind of window resizing: window minimization. This case is special because it will result in a frame buffer size of `0`. In this tutorial we will handle that by pausing until the window is in the foreground again by extending the `recreateSwapChain` function:
239+
There is another case where a swap chain may become out of date and that is a special kind of window resizing: window minimization. This case is special because it will result in a frame buffer size of `0`. In this tutorial we will handle that by pausing until the window is in the foreground again by extending the `recreateSwapChain` function:
240240
241241
```c++
242242
void recreateSwapChain() {

0 commit comments

Comments
 (0)