python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to ANGLE in Qt 6 OpenGL
Qt 6 has removed the support for ANGLE for their OpenGL backend. Now I would still like to use ANGLE with Qt because I would like to run custom OpenGL code that is translated by ANGLE to Vulkan Linux ...
reckless
Votes: 0
Answers: 1
How do I get images from an android app made using opengl (filament rather)?
I want to generate a synthetic dataset and for certain reasons I can only use the filament rendering engines. I thought I would store screenshots for every case, but I am unable to even get those. I h...
Chinmay Satish Raut ed18b009
Votes: 0
Answers: 1
'texture' : no matching overloaded function found even though it *should* comply with documentation
I am trying to convert an OpenGL glsl shader into a OpenGL ES one but it doesn't seem to work that well.
The shader works flawlessly in normal OpenGL but it completely breaks in OpenGL ES.
Here is the...
ElpersonPL
Votes: 0
Answers: 1
How close to zNear can safely push user interface objects for a projection matrix in OpenGL 3.2
I would like to place my user interface elements for an 3D OpenGL game as close as possible to the near clipping plane without them being cut off. For example, with this declaration
Matrix.frustumM(mR...

Androidcoder
Votes: 0
Answers: 0