About the OpenGL: Advanced Coding category
|
|
0
|
1412
|
March 17, 2019
|
Add HDR compression to the DXT sheme
|
|
12
|
50
|
June 14, 2025
|
The effect of framebuffer sizes on the fragment shader
|
|
0
|
32
|
June 13, 2025
|
How to draw in Win32 tab controls with OpenGL?
|
|
1
|
57
|
June 8, 2025
|
How do I render to a texture/framebuffer?
|
|
7
|
147
|
June 6, 2025
|
Distortion using normal maps.
|
|
8
|
5416
|
April 22, 2025
|
SwapBuffers() in another thread
|
|
15
|
19126
|
April 13, 2025
|
Compare GPU memory size between 1 vec4 uniform and 1vec4 vertexAttribute
|
|
2
|
70
|
April 11, 2025
|
glMakeTextureHandleResidentARB is per-context?
|
|
4
|
164
|
March 31, 2025
|
Is there any good demo to drawInstanced of various scale and different color?
|
|
0
|
31
|
March 25, 2025
|
eglSetDamageRegionKHR not work because eglCreatePbufferSurface then glFlush BUT no eglSwapBuffersWithDamageKHR
|
|
0
|
42
|
March 14, 2025
|
Skeletal Animations. (I don't understand anything isn't there a simpler way on how to do this ?)
|
|
6
|
116
|
March 6, 2025
|
glMultiDrawArraysIndirect issue
|
|
1
|
118
|
March 6, 2025
|
Nvidia VRS (Variable Rate Shading) extension implementation issue
|
|
3
|
82
|
March 6, 2025
|
How do you make and display a 16 bit unsigned integer RGBA image in OpenGL?
|
|
8
|
838
|
March 5, 2025
|
A question about gl_BaseInstance and gl_InstanceID
|
|
5
|
121
|
March 3, 2025
|
The most efficient way to calculate center of rect in shader?
|
|
2
|
94
|
March 3, 2025
|
Is it able to texture a small rect inside a big rect?big rect vertices & small rect position and size are given
|
|
2
|
75
|
March 3, 2025
|
Is there API in GL/GLES that can invalidate more than 1 rect simultaneously? any replacement of eglSetDamageRegionKHR?
|
|
6
|
149
|
February 27, 2025
|
OpenGL Blit layered frame buffers
|
|
1
|
52
|
February 26, 2025
|
Transpose PS1 semi-transparency system to OpenGL
|
|
2
|
86
|
February 26, 2025
|
OpenGL glMultiDrawElementsIndirect crash on integrated intel GPU
|
|
8
|
226
|
February 8, 2025
|
How to Solve Floating-Point Precision Issues for Geospatial Rendering in OpenGL?
|
|
4
|
155
|
January 29, 2025
|
Gvec4 texture() automatically set lod/mipmapLevel for texture with mipmap? any specification about how it do this?
|
|
3
|
45
|
January 23, 2025
|
OpenGL EGL fails eglMakeCurrent when using Dear ImGui
|
|
2
|
943
|
January 20, 2025
|
Creating a sampler3D texture using the cube data
|
|
7
|
147
|
January 12, 2025
|
Cannot use ARB bindless texture
|
|
3
|
93
|
January 9, 2025
|
Sharing RGBA textures between different processes
|
|
1
|
36
|
January 7, 2025
|
Why unroll loop in glsl is more efficient? Thanks!
|
|
2
|
96
|
December 9, 2024
|
Does this contain implicit cast conversion: vec2 v = vec2(0, 1); Thanks!
|
|
2
|
50
|
December 4, 2024
|