KhronosGroup / KhronosGroup/Vulkan-Tutorial

Lesson 7 nitpicks

Open
#110 5 comments 0 reactions 0 assignees Claimed by @gpx1000 View on GitHub
Dominant language
C++
Stars
418
Forks
126
Avg merge
11d 6h
Merged PRs (30d)
31

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).

Contributor guide

Open the contributing guide

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.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.