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 01bfcfd commit f73cd6dCopy full SHA for f73cd6d
1 file changed
en/10_Multisampling.md
@@ -204,10 +204,10 @@ Now update render pass info struct with the new color attachment:
204
...
205
```
206
207
-With the render pass in place, modify `createFrameBuffers` and add the new image view to the list:
+With the render pass in place, modify `createFramebuffers` and add the new image view to the list:
208
209
```c++
210
-void createFrameBuffers() {
+void createFramebuffers() {
211
212
std::array<VkImageView, 3> attachments = {
213
colorImageView,
0 commit comments