Skip to content

Commit 8c71f7b

Browse files
authored
Merge pull request #262 from thesusian/patch-2
Change createFrameBuffers to createFramebuffers
2 parents efe81be + 43c0379 commit 8c71f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/10_Multisampling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,10 @@ Now update render pass info struct with the new color attachment:
204204
...
205205
```
206206
207-
With the render pass in place, modify `createFrameBuffers` and add the new image view to the list:
207+
With the render pass in place, modify `createFramebuffers` and add the new image view to the list:
208208
209209
```c++
210-
void createFrameBuffers() {
210+
void createFramebuffers() {
211211
...
212212
std::array<VkImageView, 3> attachments = {
213213
colorImageView,

0 commit comments

Comments
 (0)