- changed title to Add a renderer DLL implemented with OpenGL 3
Add a renderer DLL implemented with OpenGL 3
The Cafu material system is implemented in a "renderer DLL". Several renderer DLLs exist and are part of Cafu, each with a different basis of implementation and each targeted at different graphics hardware and APIs.
By selecting the best suitable backend (i.e., renderer DLL) for the current systems graphics hardware at program start, the Cafu engine is able to support and adapt to a broad range of systems while providing the latest graphics features at the same time.
An OpenGL 3.2 renderer is missing so far, and should be added to the set of available renderer DLLs.
Comments (7)
-
reporter -
reporter Another related link: - OpenGL 4.4 reviews, pipeline map, etc.brhttp://www.g-truc.net/
-
reporter A few more: - “Beyond Programmable Shading” SIGGRAPH 2009 course notes and slides:brhttp://fireuser.com/blog/beyond_programmable_shading_siggraph_course_notes_and_slides/ brhttp://s09.idav.ucdavis.edu/ - A brief preview of the new features introduced by OpenGL 3.3 and 4.0: brhttp://rastergrid.com/blog/2010/03/a-brief-preview-of-the-new-features-introduced-by-opengl-3-3-and-4-0/ - OpenGL Example Collection: brhttps://github.com/progschj/OpenGL-Examples
-
reporter Also see:
-
reporter - A C++ binding for the OpenGL API, generated using the gl.xml specification:brhttp://www.glbinding.org
-
reporter - removed version
Removing version: svn-head (automated comment)
-
reporter - removed milestone
Removing milestone: future (automated comment)
- Log in to comment
Some related links: - A related thread is:brhttp://www.cafu.de/forum/viewtopic.php?f=8&t=933 - A New Linux OpenGL ABI Is Being Proposed:brhttp://www.phoronix.com/scan.php?page=news_item&px=MTE4NDA - The Future Of OpenGL On Linux Looks Better:brhttp://www.phoronix.com/scan.php?page=news_item&px=MTE5MTY - a possible alternative to [http://glew.sourceforge.net/ GLEW]:br https://bitbucket.org/alfonse/glloadgen - side note: a library for stereoscopic rendering with OpenGL:brhttp://libgls.sourceforge.net/