Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in opengl

The result of own double precision cos() implemention in a shader is NaN, but works well on the CPU. What is going wrong?

c++ opengl glsl shader

Dark halo around partial transparent parts of images in opengl

Layered rendering to CUBEMAP using geometry shader

opengl glsl

Heat haze/distortion effect in OpenGL (GLSL) and how it should be achieved

Why is using multiple Pixel buffer Objects advised. Surely it is redundant?

c++ opengl pbo

OpenCV + OpenGL + Qt

Simple Text in OpenGL (without GLUT)

opengl text

Semi-transparent QWidget over QGLWidget: Strange results

qt opengl overlay transparency

Attribute divisor without instancing?

c++ opengl opengl-3

OpenGL mapping texture to sphere

c++ opengl texturing

What is the closest complete native library to three.js?

c++ opengl graphics three.js

AMD Mantle API Documentation [closed]

Best way to sample a fullscreen texture

opengl glsl

glViewport didn't work on Qt5.4 QOpenGLWidget::resizeGL

opengl qt5.4

opengl - how to implement "portal rendering"

How to pass multiple uniforms efficiently and dynamically to GLSL

c++ opengl glsl

CVDisplayLink instead of NSTimer

objective-c cocoa opengl

OpenGL texture randomly not shown

c++ opengl textures

Compute bounding quad of a sphere with vertex shader

Tutorial on OpenGL combined with OpenCV for Computer Vision [closed]