Lesson 7 nitpicks

Open
#110 5 comments 0 reactions 0 assignees View on GitHub

@gpx1000 is already working on this.

Since Jul 22, 2025.

  • #106 by @gpx1000 — open

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
25/100
Issue type
Documentation
Clarity
Mostly clear
Activity status
Stale
Tech stack
cpp
Domain
documentation

Research direction

Review the Lesson 7 documentation and compare the prose references with the code examples. Check the naming of imageViewCreateWindow versus createInfo and the C API versus C++ forms such as VK_IMAGE_ASPECT_COLOR_BIT and vk::ImageAspectFlagBits::eColor. Consider the open linked pull request when determining whether the inconsistencies are already addressed.

Written by the indexing model from the issue text.

Description

This is short.

A reference to a VkImageViewCreateInfo in a paragraph when the code has vk::ImageViewCreateInfo

Sometimes uses imageViewCreateWindow and sometimes uses createInfo, and like before there is mixing of C API idioms and C++ (e.g. VK_IMAGE_ASPECT_COLOR_BIT vs vk::ImageAspectFlagBits::eColor which are both used).

Dominant language
C++
Stars
424
Forks
127
Avg merge
2d 22h
Merged PRs (30d)
7

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from KhronosGroup/Vulkan-Tutorial

All issues in KhronosGroup/Vulkan-Tutorial

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.