summaryrefslogtreecommitdiffstats
path: root/config.tests/gpu_vivante/main.cpp
blob: 2d735c20224459c815116d2de8c6bd65138b5b46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

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

const int format = GL_VIV_YV12;

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