Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in opengl

In which situations is it a good idea to prefer GDI over DirectX/OpenGL

opengl directx gdi

what's the difference between image and texture in OpenGL

opengl

Does a VAO remember both a EBO/IBO (elements or indices) and a VBO?

c++ opengl graphics vbo

Reconstructing world coordinates from depth buffer and arbitrary view-projection matrix

How does OpenGL interpolate varying variables on the fragment shader even if they are only set three times on the vertex shader?

opengl glsl shader varying

What causes shadow acne?

OpenGL: Why do square textures take less memory

opengl

In glsl, what is the formula used to compute gl_fragCoord from gl_position?

opengl glsl shader relation

Back face culling + GL_TRIANGLE_STRIP?

opengl

Behavior of uniforms after glUseProgram() and speed

c++ opengl graphics glsl uniform

Undefined references using GLUT with MinGW

Do you need a VAO for each VBO?

opengl opengl-es

GLSL: Replace large uniform int array with buffer or texture

c++ opengl fragment-shader

OpenGL Orthographic Projections

c++ opengl

How to work with OpenGL and QT?

c++ qt opengl qt4 qt4.6

OpenGL still tries to blur even with GL_NEAREST (GL_TEXTURE_2D)

opengl

Object picking with ray casting

OpenGL gradient "banding" artifacts

opengl

Skewed frustum/off-axis projection for head tracking in OpenGL

c++ opengl 3d openframeworks

Capture QML drawing buffer, without displaying

qt opengl qml qt5 screen-capture