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. Pick-to: 6.5 Change-Id: Iecf3e04625fba256ea8134da57f54498ee2010db Reviewed-by: Christian Strømme <christian.stromme@qt.io>
This commit is contained in:
parent
580fc133a6
commit
b5b954fac1
@ -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 |
@ -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
|
||||
*/
|
@ -1,8 +1,7 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS = hellovulkanwindow \
|
||||
hellovulkantriangle \
|
||||
hellovulkantexture
|
||||
hellovulkantriangle
|
||||
|
||||
qtHaveModule(widgets) {
|
||||
SUBDIRS += hellovulkanwidget
|
||||
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
Loading…
x
Reference in New Issue
Block a user