gergelydaniel / kgl

Lightweight OpenGL abstraction for Kotlin Multiplatform
MIT License
38 stars 9 forks source link

Add functions for `Framebuffers`, `Renderbuffers`, and misc others. #2

Closed xian closed 4 years ago

xian commented 4 years ago

Allow bind___ with null to unbind. Add getError(), finish(), and readPixels(). Add non-pixel texImage2D() variant.

xian commented 4 years ago

Hey @gergelydaniel — rescinding this PR for the moment, I'll follow up with some improvements.

gergelydaniel commented 4 years ago

Sure, I'll check them out, contributions are welcome!