Open TUNBudi06 opened 3 years ago
Illustrated
@TUNBudi06 the warning is not linked to the error.
The issue is the glGetMinmaxParameteriv(...)
is not implemented in gl4es. It's quite tricky to implement, and rarely used. I'll do some "stub" (empty function that just return "error") later.
@TUNBudi06 peringatan tidak terkait dengan kesalahan. Masalahnya
glGetMinmaxParameteriv(...)
adalah tidak diterapkan di gl4es. Ini cukup sulit untuk diterapkan, dan jarang digunakan. Saya akan melakukan beberapa "rintisan" (fungsi kosong yang baru saja mengembalikan "kesalahan") nanti.
Still :(
If you using Ubuntu in termux just try remove library_path then run the vncserver after that connect again the library path,that my suggestion.
@TUNBudi06 the warning is not linked to the error. The issue is the
glGetMinmaxParameteriv(...)
is not implemented in gl4es. It's quite tricky to implement, and rarely used. I'll do some "stub" (empty function that just return "error") later.
Ahh,well unfortunately i don't know about that😅😅
@TUNBudi06 the warning is not linked to the error. The issue is the
glGetMinmaxParameteriv(...)
is not implemented in gl4es. It's quite tricky to implement, and rarely used. I'll do some "stub" (empty function that just return "error") later.
Ahh,well unfortunately i don't know about that😅😅
@TUNBudi06 the warning is not linked to the error. The issue is the
glGetMinmaxParameteriv(...)
is not implemented in gl4es. It's quite tricky to implement, and rarely used. I'll do some "stub" (empty function that just return "error") later.Ahh,well unfortunately i don't know about that😅😅
doesn't work, any other solution?
Ok, I have finaly added the stub function. Hopefully it doesn't need anything else now.
So i want to compile a gl4es to ubuntu 21.04 arm64 and i got this
And because that I got this error
So that please fix this error