-
This should be implemented in [swayvnc-chrome](https://github.com/stephanlensky/swayvnc-chrome), see [this issue](https://github.com/stephanlensky/zendriver/issues/20) for more details.
@stephanlen…
-
Upstream melonDS does not support OpenGL ES, which means that neither does melonDS DS. The software renderer is faster, more accurate, and more compatible than the OpenGL renderer; the only disadvanta…
-
### Platform
Manjaro 24.1 amd64
### GPU, drivers, and screen setup
Intel UHD Graphics 620, mesa 24.2.4, xf96-video-intel 2.99.917+923+gb74b67f0, one laptop screen
glxinfo output
…
-
## Problem
When you include `SDL_opengl.h` while targeting iOS, it will silently just not define anything at all:
https://github.com/libsdl-org/SDL/blob/e027b85cc457556071cbb2f3f1bcf8803c1bc001/in…
-
Currently the OpenGL backend uses an ES multisampling extension. We should also support "regular" desktop OpenGL multisampling via creating multisampled textures/render buffers and performing the blit…
-
I found this when trying to find an occasional SIGABRT in picom. It was happening infrequently but usually when the monitor went to sleep.
It could be the same issue, but with debugging enabled (a…
-
Please, before submitting a new issue verify and check:
- [x] I tested it on latest raylib version from master branch
- [x] I checked there is no similar issue already reported
- [x] I checked…
-
Thanks for your excellent work!
I met an error when I tried to preprocess my own data. When I ran `gen_pose_map_cano_smpl.py`, I got the following error:
```
saving obj...
torch.Size([1, 24, 4, 4]…
-
OpenGL
* https://www.khronos.org/assets/uploads/developers/library/Intro_to_OpenGL_ES_development_on_series60_and_symbian.pdf
* http://slion.net/view/Dev/OpenGL
* http://www.isprs.org/proceedings/X…
ghost updated
4 years ago
-
**Branch of Dear ImGui:**
Branch: master
**Back-end/Renderer/Compiler/OS**
Back-ends: imgui_impl_opengl3.cpp + imgui_impl_glfw.cpp
**My Issue/Question:**
In my project I'm using OpenGL …