summaryrefslogtreecommitdiffstats
path: root/src/libepoxy-test.c
blob: c8d1c19e29890a9224ca1f52402081fdac63dc12 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * This file is part of MXE. See LICENSE.md for licensing information.
 */

#include <epoxy/gl.h>

int main() {
    glGetString(GL_SHADING_LANGUAGE_VERSION);
    return 0;
}