Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in opengl

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

glDebugMessageCallback causes segfault

c++ opengl opengl-4

What's the difference between these matrix modes?

opengl theory

Can I exploit GPU to do AES encryption from .NET? If so, how?

.net opengl encryption aes gpu

Making Depth Buffer Read-Only

opengl

OpenGL: Can I mask wholly transparent fragments from the depth-buffer?

C - invalid use of non-lvalue array

c opengl