MySchoolEngine / GLEngine

The goal of this repository is to build rendering focused game engine. Feel free to join me and extend this project.
https://myschoolengine.github.io/GLEngine-Documentation/
Other
21 stars 1 forks source link

Mutable texture #40

Closed RohacekD closed 3 years ago

RohacekD commented 5 years ago

I need some way how to efficiently update textures.

RohacekD commented 5 years ago

https://stackoverflow.com/questions/9863969/updating-a-texture-in-opengl-with-glteximage2d http://www.songho.ca/opengl/gl_pbo.html

RohacekD commented 5 years ago

Same as #41 I don't need it anymore for terrain but I want it for other features I would like to have in this engine.