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