how to replace displaylists with Vertex Array Objects in a widget

how to replace displaylists with Vertex Array Objects in a widget

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
Ares
Balanced Annihilation Developer
Posts: 555
Joined: 19 Mar 2011, 13:43

how to replace displaylists with Vertex Array Objects in a widget

Post by Ares »

in develop engine displaylists are removed from opengl and replaced with Vertex Array Objects
it would help to have an example of porting a widget that uses displayslists to a widget that uses Vertex Array Objects

here is the simplest widget that uses displaylists, it would be helpful to see a rewritten example with Vertex Array Objects to learn how to migrate everything to develop
https://github.com/techannihilation/TA ... os.lua#L74

thank you
Last edited by Ares on 09 Jan 2022, 23:29, edited 1 time in total.
Post Reply

Return to “Engine”