summaryrefslogtreecommitdiffstats
path: root/config.tests/gpu_vivante/main.cpp
blob: 4786cf54d36c02860f714121d2761f2625553e6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: BSD-3-Clause

#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>

const int format = GL_VIV_YV12;

int main(int argc, char** argv)
{
    return 0;
}