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.
2 parents 01bfcfd + f73cd6d commit 04d3593Copy full SHA for 04d3593
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