All public logs
Jump to navigation
Jump to search
Combined display of all available logs of PeformIQ Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:12, 19 January 2025 PeterHarding talk contribs created page JOGL Notes (Created page with "This page is the result of some conversations with ChatGPT = JOGL Basic = == Question == In jogl v2 what is the replacement for GL.glBegin() and .glEnd()? == ChatGPT == In JOGL v2, the GL.glBegin() and GL.glEnd() methods from OpenGL's fixed-function pipeline are deprecated and replaced by a more modern programmable pipeline approach. Instead of immediate mode (using glBegin/glEnd), you use vertex buffer objects (VBOs) or vertex array objects (VAOs) to specify ver...")