|
How to optimize when MUST use 'highp float' on mobile using GL-ES?
|
|
0
|
201
|
July 4, 2024
|
|
Procedural noise, anyone familiar? is there any way to replace or optimize perlinFlowNoise3DGradient
|
|
1
|
165
|
January 3, 2025
|
|
Is there any intrinsic function in GLSL for: { return (x - a) / (b - a); }
|
|
5
|
426
|
January 3, 2025
|
|
Is there any way to do thing like this: (v < vec3(1.0)) ? vec3(10.1) : vec3(20.2)
|
|
2
|
205
|
December 31, 2024
|
|
How to optimize if there are many 'else if', esp in mobile platform
|
|
3
|
210
|
December 30, 2024
|
|
Which is faster in Mobile platform: floor or frac?
|
|
4
|
232
|
December 29, 2024
|
|
Is there intrinsic function or best-performance to rotate a vec2?
|
|
2
|
193
|
December 29, 2024
|
|
Using instances with OpenGl 3.3
|
|
5
|
337
|
December 20, 2024
|
|
Images with integer data types don't seem to work in openGL 4.5 or 4.6
|
|
9
|
543
|
May 24, 2024
|
|
How to draw dynamic n-gon
|
|
1
|
210
|
November 17, 2024
|
|
Depth logarithm inversion
|
|
0
|
250
|
May 11, 2024
|
|
Human friendly data structure to pass between two rendering stages
|
|
3
|
338
|
May 1, 2024
|
|
Case statements vs if else in GLSL shaders
|
|
3
|
3037
|
October 29, 2024
|
|
Silhouette edge deformation problem
|
|
2
|
268
|
April 29, 2024
|
|
Exact same value made different on macos compared to windows
|
|
4
|
464
|
August 23, 2024
|
|
glDrawElements(GL_TRIANGLES) gives a blank screen but glDrawElements(GL_POINTS) works
|
|
6
|
686
|
August 10, 2024
|
|
Render equirectangular environment map to cubemap
|
|
5
|
828
|
January 16, 2024
|
|
Polyboard geometry shader. Finding point G1
|
|
1
|
444
|
December 19, 2023
|
|
Shading trouble when drawing lines
|
|
1
|
278
|
December 17, 2023
|
|
Garbage written to end of SSBO depending on buffer size
|
|
1
|
371
|
November 29, 2023
|
|
GLSL position reconstruction
|
|
3
|
530
|
November 16, 2023
|
|
Hybrid ray trace anomaly with simple bounding box
|
|
5
|
421
|
April 27, 2024
|
|
OpenGL ES 3 Android
|
|
2
|
594
|
April 18, 2024
|
|
glDrawElements throws exception - what's wrong with my code?
|
|
3
|
679
|
October 7, 2023
|
|
How to implement parallel BFS for DAG (weight of all edges was 1) on OpenGL ComputeShader?
|
|
1
|
554
|
September 27, 2023
|
|
Why is this happening (pow bug?)
|
|
6
|
698
|
August 25, 2023
|
|
glLinkProgram crashes on Mac/M1
|
|
2
|
870
|
February 17, 2024
|
|
Compute shader supersampling (4x SSAA)
|
|
2
|
993
|
August 5, 2023
|
|
Problems creating a panoramic view from a cubemap
|
|
23
|
1355
|
August 4, 2023
|
|
How to convert a cubemap into a 2d image?
|
|
5
|
788
|
July 27, 2023
|