LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: TonytheD on December 14, 2012, 23:21:11

Title: VBO, VAO and Display lists - which one?
Post by: TonytheD on December 14, 2012, 23:21:11
I've recently been looking into LWJGL(still kind of an amateur at it) I'm trying to make some kind of top down 2D prototype for a game, I've ruled out using methods like immediate mode as they are the slowest, but I've been looking at the more harder methods like VBO and VAO and I've got a few question on these methods: