Eric Lilja wrote:
Hello, I'm using a fully updated cygwin and mingw developement binaries
of SDL (version 1.2.11). Consider the following program:
//#include
#include
#include
#include
static void
display()
{
glClear(GL_COLOR_BUFFER_BIT);
glBegin(GL_POLYGON);
glVertex2f(-0.
Hello, I'm using a fully updated cygwin and mingw developement binaries
of SDL (version 1.2.11). Consider the following program:
//#include
#include
#include
#include
static void
display()
{
glClear(GL_COLOR_BUFFER_BIT);
glBegin(GL_POLYGON);
glVertex2f(-0.5f,-0.5f);
gl
2 matches
Mail list logo