Move hellovulkantexture example to manual test

Because it is the least documented one, and compared to the other
Vulkan examples it does not add anything new, it just dives deeper
into Vulkan.

Change-Id: Iecf3e04625fba256ea8134da57f54498ee2010db
Reviewed-by: Christian Strømme <christian.stromme@qt.io>
(cherry picked from commit b5b954fac12414c315369344b1664bf220a59dad)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Laszlo Agocs 2023-03-22 15:55:24 +01:00 committed by Qt Cherry-pick Bot
parent a8fe4c1efb
commit 89dde06966
15 changed files with 1 additions and 21 deletions

View File

@ -3,7 +3,6 @@
qt_internal_add_example(hellovulkanwindow)
qt_internal_add_example(hellovulkantriangle)
qt_internal_add_example(hellovulkantexture)
if(TARGET Qt6::Widgets)
qt_internal_add_example(hellovulkanwidget)
endif()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,18 +0,0 @@
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\example hellovulkantexture
\meta installpath vulkan
\ingroup examples-vulkan
\title Hello Vulkan Texture Vulkan Example
\brief Shows the basics of rendering with textures in a QVulkanWindow.
The \e{Hello Vulkan Texture Example} builds on \l 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.
\image hellovulkantexture.png
\include examples-run.qdocinc
*/

View File

@ -1,8 +1,7 @@
TEMPLATE = subdirs
SUBDIRS = hellovulkanwindow \
hellovulkantriangle \
hellovulkantexture
hellovulkantriangle
qtHaveModule(widgets) {
SUBDIRS += hellovulkanwidget

View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB