g3n / engine

Go 3D Game Engine (http://g3n.rocks)
https://discord.gg/NfaeVr8zDg
BSD 2-Clause "Simplified" License
2.79k stars 295 forks source link

Add various glFramebuffer methods #247

Closed maugre closed 2 years ago

maugre commented 2 years ago

Mostly the same methods added to gls-desktop.go with #190 with the addition of the FramebufferTexture[1-3]D methods. I squashed some of the git history with this branch to make things a bit quieter, too.

danaugrs commented 2 years ago

Thanks!