Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in opengl

In OpenGL what's the difference between the GL_RED and GL_R color formats?

opengl colors format glsl

How to know library variable names for CMakeLists?

c++ opengl cmake

how to write basic shader in glsl?

c++ opengl glsl

GLSL per-pixel spinlock using imageAtomicCompSwap

opengl glsl mutex spinlock

How to draw a filled envelop like a cone on OpenGL (using GLUT)?

c++ opengl glut freeglut

Setting up OpenGL with C++ and Visual Studio 2008

opengl frustum culling without glGet* calls

java opengl jogl lwjgl frustum

c++ opengl: how can i combine 2 different projection types for 3d graphics and 2d menus?

c++ opengl projection

OpenGL Newbie - Best way to move objects about in a scene

How can I efficiently draw thousands of vertices?

c++ performance opengl 3d

What is the best way to detect mouse-location/clicks on object in OpenGL?

opengl

How do we rotate a figure in 2d in openGL with respect to a point (other than the origin)?

c++ opengl

Erase parts of drawings in OpenGL

c++ opengl drawing erase

Where can I find documentation on the OpenGL shader function texture2DRect()?

opengl glsl

Integrate LibRocket With SDL And OpenGL

c++ opengl integration sdl

Is it possible to get this "chroma-shift" effect with OpenGL shaders

opengl bitmap shader

How do I add OpenGL Mathematics (GLM) to Xcode 4?

c++ opengl xcode4

undefined reference to Base::object linker error @ c++ w/ freeglut

Picking triangles in OpenGL core profile when using glDrawElements

opengl glsl opengl-3

Texture doesn't stretch properly. Why is this happening?