root/samples/hajimete/sample02.php

/* [<][>][^][v][top][bottom][index][help] */
<?php

glutInit($argv);
glutCreateWindow('Check OpenGL');

printf("%s\n",glGetString(GL_EXTENSIONS));

exit (0);


/* [<][>][^][v][top][bottom][index][help] */