gl4es
gl4es copied to clipboard
GL4ES is a OpenGL 2.1/1.5 to GL ES 2.0/1.1 translation library, with support for Pandora, ODroid, OrangePI, CHIP, Raspberry PI, Android, Emscripten and AmigaOS4.
hi, i want to know When will gles3.0 be supported? Or is there some code documentation for this repository that I can try to add?
In RayLib all functions starts with `rl`. And in `lists.h` there are some functions that has the same name. Would be possible to rename them to something different?
Hello, been trying to use gl4es on the GKD Mini Plus but unfortunately i would get strange issues with gl4es specfically. Mind you, GLES games with SDL2 are actually working...
Can someone try https://github.com/inniyah/nanovg example_gl2? It starts correctly but then an error is received "00000506" from glGetError and nothing is redrawn in the screen
# The problem Some parts of minecraft have a "broken" triangle effect: **b1.7.3:**  **1.12.2 vanilla:**  For some reason, it only affects 2 faces, the others are fine as...
Hello again ! For quite a while @PojavLauncherTeam has been stuck trying to implement this //TODO that we found inside the function `gl4es_glCopyBufferSubData`. Popular minecraft mods nowadays are using those...
i just came across https://www.reddit.com/r/RISCV/comments/11u0a6y/using_box64_gl4es_i_launched_a_pc_game_on_my/ ... do you have written down the steps to make gl4es to work on the vf2 somewhere? i gave it a try a few weeks...
Some openmw shaders fail to compile with this error: ``` [05:39:47.691 W] VERTEX glCompileShader "18 objects_vertex.glsl" FAILED [05:39:47.691 W] VERTEX Shader "18 objects_vertex.glsl" infolog: [05:39:47.691 W] 0:4: P0001: Extension directive...
string_utils.c line 183
at: https://github.com/ptitSeb/gl4es/commit/f5dda93ac7eaf1e3a44b1ee5585a6bf61d0656c5 Found by: wined3d (GLSL backend) + https://github.com/google/angle/commit/4a4ae726c449b719fc3d2ff258c0cded8adb07bd (Vulkan backend) on Win32 When the client called `glDeleteBuffers`, target buffer might be implicitly unbound from any attach points. But since...