Hello Vulkan Texture Vulkan Example▲
The Hello Vulkan Texture Example builds on hellovulkantriangle. Here instead of drawing a single triangle, a triangle strip is drawn in order to get a quad on the screen. This is then textured using a QImage loaded from a .png image file.
Running the Example▲
To run the example from Qt Creator, open the Welcome mode and select the example from Examples. For more information, visit Building and Running an Example.