summaryrefslogtreecommitdiffstats
path: root/src/qtmultimediaquicktools/shaders/rgba.vert.qsb
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-03-25 17:18:18 +0100
committerLars Knoll <lars.knoll@qt.io>2021-04-07 12:25:03 +0000
commit0ce875a4e302afc5b67ec63d35051d90e486db79 (patch)
treed92029a2c9addfc96b7bc879adc7d0d8fe78930d /src/qtmultimediaquicktools/shaders/rgba.vert.qsb
parent9e90ac3ce400df30217de98f0eb4e08f75e06cdf (diff)
Move the shaders from the quick tools into QtMultimedia
The shader layout is pretty generic, and QVideoSurfaceFormat can give us both the shaders and uniform data that we need to render the video. All the user needs to do then is to provide geometry with a 2D texture coordinate to render the video onto any surface. Change-Id: I95006eaf4a6f039006b8a5da0f53143da03e1ecb Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/qtmultimediaquicktools/shaders/rgba.vert.qsb')
-rw-r--r--src/qtmultimediaquicktools/shaders/rgba.vert.qsbbin1511 -> 0 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/src/qtmultimediaquicktools/shaders/rgba.vert.qsb b/src/qtmultimediaquicktools/shaders/rgba.vert.qsb
deleted file mode 100644
index 3d81483ce..000000000
--- a/src/qtmultimediaquicktools/shaders/rgba.vert.qsb
+++ /dev/null
Binary files differ