Search Results

1
vote

What could prevent OpenGL glDrawPixels from working on some video cards?

The default raster position should be (0,0,0,1), but you can reset it to make sure. Just before calling glDrawPixels(), try GLint valid; glGet(GL_CURRENT_RASTER_POSITION_VA …