1
General / Re: OpenGL - how to make it work
« on: October 30, 2014, 08:37:41 pm »
Fuck me - es sieht so aus als ob ich nur noch ein glewInit() gebraucht hätte. Gab sonst einen Speicherzugriffsfehler.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
cpp:18:26: error: ‘glGenBuffers’ was not declared in this scope.
for( y = 0; y<height; y++)
{
for(x = 0; x <width; x++)
{
renderImage.Draw( tile[y][x].sprite);
}
}
... render to window ...
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server "��
after 7131 requests (7130 known processed) with 0 events remaining.
Segmentation fault