summaryrefslogtreecommitdiffstats
path: root/tests/manual/texture_property_updates
diff options
context:
space:
mode:
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
}