vulkan: Fix drawing too many triangles in fullscreenquad

was using a index buffer for triangle list but drawn as strip

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9338>
This commit is contained in:
Hanna Weiß 2025-07-07 11:59:18 +02:00 committed by GStreamer Marge Bot
parent 5ac6d2b635
commit 3232e7a948

View file

@ -84,7 +84,7 @@ struct Vertex vertices[] = {
};
gushort indices[] = {
0, 1, 2, 0, 2, 3,
0, 1, 3, 2,
};
static gboolean