KhronosGroup / KhronosGroup/Vulkan-Tutorial

Lesson 7 nitpicks

未关闭
#110 5 条评论 0 个 reaction 已指派 0 人 已被 @gpx1000 认领 在 GitHub 查看
主要语言
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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。