gergelydaniel / kgl

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

No method for texSubImage2D exists in interface #21

Open wakaztahir opened 9 months ago

wakaztahir commented 9 months ago

The full method signature is in Android Open GL ES

public static void texSubImage2D(int target, int level, int xoffset, int yoffset, Bitmap bitmap)