Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in opengl

OpenGL Uniform Buffer confusion

opengl

Why is it better to explicitly manage matrices in OpenGL?

c++ c opengl matrix

How to use OpenGL fragment shader to convert RGB to YUV420

opengl

Is it ok to use a Random texture ID?

c++ opengl graphics

Can you use multiple targets with a single VBO?

opengl vbo buffer-objects

Problems converting YV12 to RGB through GLSL

c++ c opengl glsl yuv

Strange color shift after loading a GL_RGB texture

opengl texture2d

A function like "glReadPixels" in DirectX / SharpDX

c# opengl directx sharpdx

Calculate clipspace.w from clipspace.xyz and (inv) projection matrix

opengl glsl shader direct3d

OpenGL glRotatef

opengl glrotate

OpenGL 3 (LWJGL) LookAt Matrix Confusion

Is it possible to draw anything in OpenGL 3+ without writing GLSL shaders? Will it run on older computers?

opengl opengl-3

How to find correct rotation from one vector to another?

How to use VAOs with instancing in Qt 5

qt opengl qt5 vbo vao

Triangulation between polygons on different planes

c++ opengl triangulation

How to pack normals into GL_INT_2_10_10_10_REV

opengl

How to draw a triangle with SDL2 and OpenGL?

c++ opengl

Is there a Vulkan equivalent to OpenGL's pixel buffer object?

opengl vulkan

Difference between glBindBuffer and glBindBufferBase

opengl buffer

GLUT pop-up menus

opengl glut menu