This probably seems like a silly question, but does glGetString(GL_EXTENSIONS) display every supported OpenGL extension supported by the video card?
I've run this program on my laptop and it does NOT show any of the following extensions:
WGL_ARB_pbuffer
WGL_ARB_pixel_format
GL_EXT_framebuffer_object
Does that mean the ONLY way I can render-to-texture is by using gltexSubImage2d and glReadPixels?
Thanks,
John



