Most basic working vbo example

后端 未结 4 1673
清酒与你
清酒与你 2020-12-24 08:12

I want to know the simplest method for using vbo\'s in OpenGL... I have tried running a few examples that work but are clouded with all other information thats making it rea

4条回答
  •  心在旅途
    2020-12-24 08:39

    OpenGL - VBO, Shader, VAO has a simple example which shows the basic sequence of API calls required for VBO based rendering. The example transitions from legacy immediate mode to modern shader based rendering.

    The example code can be accessed on Github project OpenGl-Render and runs on both Windows and Linux.

提交回复
热议问题