philip-alldredge

Results 19 comments of philip-alldredge

I would like to suggest `compile_sdk_version`, `min_sdk_version`, and `target_sdk_version`. The meaning of the settings directly correspond with the `compileSdkVersion`, `minSdkVersion`, and `targetSdkVersion` when working with gradle and Android. It is...

After learning a bit more about how things work, I am no longer sure of the suitability of renaming `android_version` to `compile_sdk_version`. When building a java application the `compileSdkVersion` affects...

Unfortunately, I do not. The error usually indicates an EGL surface has already been created. This can happen if a previous surface has been destroyed while the context is still...

I was able to reproduce the issue using piston window and Android 9. The issue is that it attempts to use OpenGL 2.1 and and then attempts to use OpenGL...

The reason for the difference in error could be that in my test with glutin I was specifying OpenGL ES as opposed to specifying the option to try to use...

I'm only using a simple application that creates a context. It doesn't use any shaders or try to render anything. Unfortunately, it is able to create the context on the...

I understand. Unfortunately, there are contributing factors which make fixed_side not a feasible option.

Understood. Thanks for looking into it!