gergelydaniel / kgl

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

Add `detachShader()` and `deleteProgram()`. #11

Closed xian closed 2 years ago

xian commented 2 years ago

Add implementations for detachShader() and deleteProgram().

gergelydaniel commented 2 years ago

Thank you for the update, always appreciated!