Vulkan API basicsC/C++ programmingGraphics pipeline concepts
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
50
調査方針
Review the repository's existing documentation structure for examples like OpenGL or CUDA. Study the 'Learn X in Y Minutes' style to understand the format and depth expected. Identify key Vulkan concepts such as instance, device, command buffers, and pipeline creation. Create a new markdown file (e.g., vulkan.md) following the naming convention of other docs and write a concise tutorial covering initialization, drawing, and cleanup.
[Request] Vulkan · adambard/learnxinyminutes-docs#3470 | Good First Issue