Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in opengl

OpenGL v2.0 Shaders with Dev-C++ and SDL?

opengl sdl shader dev-c++

Drawing large numbers of pixels in OpenGL

c++ opengl graphics

Stable Fluids in 3D Example [closed]

c++ c opengl fluid

How do I blend pixels in photoshop-like Screen mode in OpenGL?

opengl

What advantages exist in C++ over C# when working with OpenGL [closed]

c# c++ opengl

All text is lost when using openGL renderer in batch mode

matlab opengl plot

efficient GPU random memory access with OpenGL

How to render/draw buffer object to framebuffer without glDrawPixels

opengl

Resizing images (jpeg or decompressed image)

Why does stereo 3D rendering require software written especially for it?

opengl stereo-3d

How to apply a fragment shader to only one object in OpenGL?

c++ opengl

Does OpenGL prevent unnecessary API calls?

c++ opengl optimization

Using a VBO to draw lines from a vector of points in OpenGL

opengl vertex-buffer

Passing custom vertex structure to GLSL shaders

c++ opengl

GLSL float/vec3/vec4 array max size = GL_MAX_VERTEX_UNIFORM_VECTORS?

opengl glsl

How can I safely ensure a char* type will be correctly implemented (on any platform) according to OpenGL spec?

Using latest OpenGL functions across classes in Qt 5.4

c++ qt opengl opengl-es qt5

Using glBlitFramebuffer to display a texture

opengl

Qt 5.5 QOpenGLWidget link error not linking any openGL calls

c++ qt opengl desktop

How to implement 2D raycasting light effect in GLSL