# Vulkan01 **Repository Path**: weekend/vulkan01 ## Basic Information - **Project Name**: Vulkan01 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-05 - **Last Updated**: 2026-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```bash conan install . --output-folder=conan_install --build=missing conan install . --output-folder=conan_install --build=missing -s build_type=Debug cmake -B build -S ./ cmake --build build --config Release --target 01Triangle cmake --build build --config Debug --target 01Triangle ``` ## conan ```bash # ~/.conan2/profiles/default > conan profile detect Detected profile: [settings] arch=x86_64 build_type=Release compiler=msvc compiler.cppstd=17 compiler.runtime=dynamic compiler.version=194 os=Windows ``` ## vulkan sdk ```bash # 下载安装 [vulkan sdk](https://vulkan.lunarg.com/sdk/home) > where vulkaninfo C:\Windows\System32\vulkaninfo.exe >echo %VULKAN_SDK% C:\VulkanSDK\1.4.350.0 ``` ## 参考 - [x] [vulkan sdk](https://vulkan.lunarg.com/sdk/home) - [x] [https://docs.vulkan.net.cn/tutorial/latest/00_Introduction.html](https://docs.vulkan.net.cn/tutorial/latest/00_Introduction.html) - [x] [Ray Tracing in One Weekend Book Series](https://github.com/RayTracing/raytracing.github.io) - [x] [Physically Based Rendering:From Theory To Implementation](https://www.pbr-book.org/)