Trying to learn vulkan by following the official Khronos Vulkan® Tutorial.
Go into the build directory and compile the application with:
cd build
cmake ..
cmake --build .
Now you can execute the application with build/HelloTriangleApplication
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Trying to learn vulkan by following the official Khronos Vulkan® Tutorial.
Go into the build directory and compile the application with:
cd build
cmake ..
cmake --build .
Now you can execute the application with build/HelloTriangleApplication