qt6-bb10/qtmultimedia/config.tests/gpu_vivante/main.cpp

13 lines
217 B
C++

// 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;
}