summaryrefslogtreecommitdiffstats
path: root/tests/manual/texture_property_updates
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-12-25 03:01:56 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-12-25 03:01:56 +0100
commit59c18801b129ee81487ebd842641cecd0ce18508 (patch)
treed21482daf90ad75897b1957090de35b92bd41976 /tests/manual/texture_property_updates
parentcc4c126d29e43c51e16a1c3fdcc0c7987e84ee42 (diff)
parent080f9d0b99b0d2e7e179a41d901096e595000448 (diff)
Merge remote-tracking branch 'origin/5.12' into dev
Diffstat (limited to 'tests/manual/texture_property_updates')
-rw-r--r--tests/manual/texture_property_updates/main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/texture_property_updates/main.qml b/tests/manual/texture_property_updates/main.qml
index fb68862a6..7794dab55 100644
--- a/tests/manual/texture_property_updates/main.qml
+++ b/tests/manual/texture_property_updates/main.qml
@@ -91,12 +91,14 @@ QQ2.Item {
}
readonly property Texture texture3: Texture2D {
+ format: Texture.RGBA8_UNorm
textureImages: TextureImage {
source: textureSource
}
}
readonly property Texture texture4: Texture2D {
+ format: Texture.RGBA8_UNorm
textureImages: TextureImage {
source: textureSource
}