2-05 QtHelloTriangle
Keywords: Qt, Triangle, Vertex Buffer, VMA.
Link to Repo: 2-05 QtHelloTriangle.
Introduction
This example is used to illustrate how to use Qt and Vulkan to draw a triangle and update it in every frames. In addition, it also combines VMA, which is used to create/manage the uniform buffer and vertex buffer.
An Example Output