Compare GPU memory size between 1 vec4 uniform and 1vec4 vertexAttribute
|
|
2
|
40
|
April 11, 2025
|
GLSL version reverts to 110 after successfully compiling a few shaders in 330
|
|
2
|
30
|
March 27, 2025
|
Is there any good demo to drawInstanced of various scale and different color?
|
|
0
|
26
|
March 25, 2025
|
Gvec4 texture() automatically set lod/mipmapLevel for texture with mipmap? any specification about how it do this?
|
|
3
|
27
|
January 23, 2025
|
texelFetch returns 0
|
|
0
|
21
|
January 23, 2025
|
Cubemap edge sampling
|
|
0
|
44
|
December 11, 2024
|
Why unroll loop in glsl is more efficient? Thanks!
|
|
2
|
58
|
December 9, 2024
|
Gaps when sampling a cubemap
|
|
16
|
110
|
December 6, 2024
|
Does this contain implicit cast conversion: vec2 v = vec2(0, 1); Thanks!
|
|
2
|
31
|
December 4, 2024
|
Issues with cascading shadow maps splits
|
|
1
|
35
|
November 2, 2024
|
Will the Unused by not removed functions and variables Cost more GPU memory?
|
|
1
|
29
|
October 27, 2024
|
How to make GL_CLAMP_TO_EDGE look like GL_CLAMP_TO_BORDER before gles32?
|
|
5
|
40
|
October 15, 2024
|
Is it OK to use more than 1 gles version in Java or glsl?
|
|
1
|
18
|
October 15, 2024
|
Implementing textureGrad for a cubemap on top of textureGrad for a 2d-array
|
|
1
|
33
|
October 9, 2024
|
Diagonal line bug across the whole screen on Android, anyone met this kind of bug?
|
|
0
|
26
|
October 6, 2024
|
Is there any intrinsic function in GLSL for: clamp((x - edge0) / (edge1 - edge0), 0.0, 1.0)
|
|
1
|
33
|
September 19, 2024
|
Anyone know efficient way to do special GussianBlur whose blur-radius&weight varying by UV?
|
|
2
|
39
|
September 2, 2024
|
How about performance when put all float uniform into vec4 uniforms on Android
|
|
0
|
16
|
August 6, 2024
|
Half in glsl was support since which version? the difference between half and precision mediump float?
|
|
1
|
126
|
August 2, 2024
|
Which filter is best to remove the verticle line artifact?
|
|
2
|
44
|
July 29, 2024
|
Different results when trying to change from makeNoise 3times into makeNoise 1time, but trouble when using DepthFBO, Thanks!
|
|
0
|
14
|
July 22, 2024
|
How to optimize when MUST use 'highp float' on mobile using GL-ES?
|
|
0
|
178
|
July 4, 2024
|
Procedural noise, anyone familiar? is there any way to replace or optimize perlinFlowNoise3DGradient
|
|
1
|
138
|
January 3, 2025
|
Is there any intrinsic function in GLSL for: { return (x - a) / (b - a); }
|
|
5
|
267
|
January 3, 2025
|
Is there any way to do thing like this: (v < vec3(1.0)) ? vec3(10.1) : vec3(20.2)
|
|
2
|
178
|
December 31, 2024
|
How to optimize if there are many 'else if', esp in mobile platform
|
|
3
|
203
|
December 30, 2024
|
Which is faster in Mobile platform: floor or frac?
|
|
4
|
200
|
December 29, 2024
|
Is there intrinsic function or best-performance to rotate a vec2?
|
|
2
|
168
|
December 29, 2024
|
Using instances with OpenGl 3.3
|
|
5
|
277
|
December 20, 2024
|
Images with integer data types don't seem to work in openGL 4.5 or 4.6
|
|
9
|
395
|
May 24, 2024
|