glew 1.3.1 is out

BlitzMax Forums/OpenGL Module/glew 1.3.1 is out

bradford6(Posted 2005) [#1]
http://glew.sourceforge.net/

GLEW 1.3.1 adds support for GL_EXT_framebuffer_object

This extension defines a simple interface for drawing to rendering destinations other than the buffers provided to the GL by the window-system.

should make "render to texture" easy and fast


flying willy(Posted 2005) [#2]
is glew used by commercial games?


ImaginaryHuman(Posted 2005) [#3]
So how would one go about using this?


bradford6(Posted 2005) [#4]
BMAX uses GLEW for OpenGL extensions. BRL will most likely build a new GLEW module that has this support. more of an FYI for the future