Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in opengl

Calculating per-face normal for a simple triangle

java opengl opengl-es 3d libgdx

Creating OpenGL 4.3 window fails with GLFW3

c++ opengl glfw

What are the effects of unbinding OpenGL buffers?

opengl opengl-3

In OpenGL Fragment Shader, what's the difference between gl_FragColor.a = 0 and discard?

opengl fragment-shader

glTexSubImage2D does not work correctly

opengl texture-mapping

How to texture a "perfect cube" drawn with triangles?

Ripple Effect with GLSL need clarification

opengl glsl effects

Can EGL application run in console mode?

opengl egl

Text not rendering correctly - OpenGL using FreeType2

shader variables normalization duty

opengl glsl shader

How to measure time performance of a compute shader?

Gamma correction doesn't look properly corrected, is this linear?

c++ opengl glsl lighting gamma

Missing faces when displaying STL data

c++ opengl

How to draw a simple grid using opengl?

c++ opengl glut

Using shaders from Shadertoy in Interface Builder (Xcode)

Issue when updating stencil buffer in OpenGL

c++ opengl glfw stencil-buffer

Drawing multiple objects in OpenGL with different buffers

opengl

glFinish() vs glFenceSync() + glClientWaitSync()

c++ opengl

Starting to learn OpenGL. On modern Linux, how are all these concepts related?

linux api opengl drivers

glsl fragment shader how to get non-interpolated data from each vertex

opengl glsl