KhronosGroup / KhronosGroup/Vulkan-Tutorial

Lesson 7 nitpicks

Aperta
#110 5 commenti 0 reazioni 0 assegnatari Rivendicata da @gpx1000 Vedi su GitHub
Lingua principale
C++
Stelle
418
Fork
126
Merge medio
11g 6h
PR unite (30g)
31

Descrizione

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

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

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.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
cpp
Ambito
documentation
Tipo di issue
Documentazione
Difficoltà
2/5
Tempo stimato
1-3 ore
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
25/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.