Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f73cd6d

Browse files
authored
Chnage createFrameBuffers to createFramebuffers
Chnage createFrameBuffers to createFramebuffers because it's written as "createFramebuffers" in the source code
1 parent 01bfcfd commit f73cd6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)