KhronosGroup / KhronosGroup/Vulkan-Tutorial
Lesson 7 nitpicks
- 主要语言
- C++
- 星标
- 418
- 派生
- 126
- 平均合并
- 11 天 6 小时
- 30 天内合并 PR
- 31
描述
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).
贡献指南
调研方向
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.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100