About the OpenGL: Advanced Coding category
|
|
0
|
1391
|
March 17, 2019
|
How to Solve Floating-Point Precision Issues for Geospatial Rendering in OpenGL?
|
|
0
|
14
|
January 16, 2025
|
OpenGL EGL fails eglMakeCurrent when using Dear ImGui
|
|
1
|
836
|
January 16, 2025
|
Creating a sampler3D texture using the cube data
|
|
7
|
49
|
January 12, 2025
|
OpenGL glMultiDrawElementsIndirect crash on integrated intel GPU
|
|
4
|
41
|
January 9, 2025
|
Cannot use ARB bindless texture
|
|
3
|
22
|
January 9, 2025
|
Sharing RGBA textures between different processes
|
|
1
|
19
|
January 7, 2025
|
Why unroll loop in glsl is more efficient? Thanks!
|
|
2
|
35
|
December 9, 2024
|
Does this contain implicit cast conversion: vec2 v = vec2(0, 1); Thanks!
|
|
2
|
28
|
December 4, 2024
|
OpenGL Blit layered frame buffers
|
|
0
|
17
|
November 30, 2024
|
Problem, values not the sames on the cpu and in my shader
|
|
1
|
20
|
November 13, 2024
|
Is there any way or lib to add CommandBuffer to OpenGL ES?
|
|
0
|
19
|
October 31, 2024
|
Real Time Reflections using Dynamic cubemaps error
|
|
1
|
13
|
October 30, 2024
|
What's 'Shader Preamble Stats'?
|
|
5
|
275
|
October 27, 2024
|
Will the Unused by not removed functions and variables Cost more GPU memory?
|
|
1
|
20
|
October 27, 2024
|
Is there any open source AI project to optimize and find the fastest of the Shader on specific platform?
|
|
0
|
24
|
October 27, 2024
|
Is there any detailed article on the Precision of smoothstep on Andorid, Thanks!
|
|
0
|
16
|
October 27, 2024
|
Troubleshooting Black Screen Output on DisplayPort for Offscreen Rendering with EGLStream on Ubuntu 22.04 (NVIDIA 4090 D, AMD Chipset)
|
|
0
|
34
|
October 25, 2024
|
Update vertex array (FloatBuffer floatBuffer) from both render thread and worker thread
|
|
0
|
11
|
October 19, 2024
|
How to make GL_CLAMP_TO_EDGE look like GL_CLAMP_TO_BORDER before gles32?
|
|
5
|
32
|
October 15, 2024
|
Is it OK to use more than 1 gles version in Java or glsl?
|
|
1
|
15
|
October 15, 2024
|
Compute shader synchronization in single dispatch
|
|
0
|
18
|
October 13, 2024
|
Transforming normalized device coordinates to screen coordinates when vertex behind camera?
|
|
1
|
25
|
October 12, 2024
|
Implementing textureGrad for a cubemap on top of textureGrad for a 2d-array
|
|
1
|
27
|
October 9, 2024
|
dFdx and dFdy implementation
|
|
2
|
43
|
October 8, 2024
|
Diagonal line bug across the whole screen on Android, anyone met this kind of bug?
|
|
0
|
18
|
October 6, 2024
|
How to Attach "Weapon" to "Character Model" Hand?
|
|
0
|
25
|
October 1, 2024
|
Mask Shape Without Stencil Buffer
|
|
0
|
32
|
September 25, 2024
|
Is there any intrinsic function in GLSL for: clamp((x - edge0) / (edge1 - edge0), 0.0, 1.0)
|
|
1
|
23
|
September 19, 2024
|
Calculating texture mapping scale for displacement
|
|
1
|
16
|
September 18, 2024
|