gergelydaniel / kgl

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

Put constants in an object #17

Open wakaztahir opened 9 months ago

wakaztahir commented 9 months ago

This makes them easy to reference, IDE suggests completion when you use that object, Currently they are left in the open

wakaztahir commented 9 months ago

@Deprecated with ReplaceWith would be an easy option, But these constants should go in KGL inteface with a companion object

gergelydaniel commented 9 months ago

Thank you for the suggestion, I'll think about it