|
How to maintain pixels linear when using textureFetch function
|
|
4
|
62
|
October 29, 2025
|
|
What's the fastest way to caculate 1 main or average color from frameBuffer?
|
|
0
|
39
|
October 23, 2025
|
|
What's the fastest way to get the color from GPU render result?
|
|
0
|
24
|
October 20, 2025
|
|
Render textures using the same shader, one of them becomes black
|
|
0
|
68
|
July 26, 2025
|
|
What's the meaning of GL_ONE_MINUS_SRC1_ALPHA?
|
|
3
|
68
|
July 22, 2025
|
|
Compare GPU memory size between 1 vec4 uniform and 1vec4 vertexAttribute
|
|
2
|
81
|
April 11, 2025
|
|
Is there any good demo to drawInstanced of various scale and different color?
|
|
0
|
38
|
March 25, 2025
|
|
Gvec4 texture() automatically set lod/mipmapLevel for texture with mipmap? any specification about how it do this?
|
|
3
|
61
|
January 23, 2025
|
|
Sharing RGBA textures between different processes
|
|
1
|
41
|
January 7, 2025
|
|
Why unroll loop in glsl is more efficient? Thanks!
|
|
2
|
152
|
December 9, 2024
|
|
Does this contain implicit cast conversion: vec2 v = vec2(0, 1); Thanks!
|
|
2
|
61
|
December 4, 2024
|
|
Will the Unused by not removed functions and variables Cost more GPU memory?
|
|
1
|
76
|
October 27, 2024
|
|
How to make GL_CLAMP_TO_EDGE look like GL_CLAMP_TO_BORDER before gles32?
|
|
5
|
110
|
October 15, 2024
|
|
Is it OK to use more than 1 gles version in Java or glsl?
|
|
1
|
53
|
October 15, 2024
|
|
Half in glsl was support since which version? the difference between half and precision mediump float?
|
|
1
|
210
|
August 2, 2024
|
|
Anyone know how to do MotionBlur with just 1 frame colorBuffer and depthBuffer?
|
|
0
|
31
|
July 20, 2024
|
|
What's the best way to keep precision when pass highp float as FBO to the next pass?using OpenGL ES on Android
|
|
0
|
41
|
July 20, 2024
|
|
How to add OpenGL ES rendering support for SDL3 to build for Android?
|
|
6
|
1411
|
May 20, 2024
|
|
Loading 3D model from DAE COLLADA using Qt 6. OpenGL lighting works incorrectly on Android and WebAssembly
|
|
2
|
500
|
February 19, 2024
|
|
Behavior of OpenGL API when thread suspended
|
|
0
|
335
|
November 14, 2023
|
|
OpenGL ES 3 Android
|
|
2
|
579
|
April 18, 2024
|
|
How to implement OpenCV fisheye camera model in OpenGL shader to undistort image
|
|
4
|
2129
|
March 29, 2024
|
|
Custom buttons in OpenGL ES 2.0 on QOpenGLWindow
|
|
0
|
439
|
September 13, 2023
|
|
How can I add custom controller in OpenXR Runtime?
|
|
2
|
659
|
February 21, 2024
|
|
OpenGL ES 3.2 Attaching color and render textures
|
|
6
|
979
|
June 2, 2023
|
|
Shader does not render texture with OpenGL ES version 3.2 and OpenGL EGL
|
|
6
|
1426
|
May 5, 2023
|
|
Why "beauty camera apps" don't use GPU?
|
|
1
|
662
|
August 1, 2023
|
|
Some first column rendered with wrong data if width of frame is not multiple of 16
|
|
1
|
429
|
December 20, 2022
|
|
Memcpy mapped buffer memory (DMA) to user-space memory is very slow
|
|
2
|
920
|
December 12, 2022
|
|
Copy ByteBuffer from PBO on android make weird error
|
|
7
|
568
|
June 5, 2023
|