Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shader

Why not vec3 for OpenGL ES 2.0 gl_Position?

opengl-es-2.0 shader

How do I get the current color of a fragment?

Organizing GLSL shaders in OpenGL engine

c++ opengl glsl shader

Learning modern OpenGL

c++ opengl shader opengl-4

OpenGL 4.x learning resources [closed]

GLSL multiple shaderprogram VS uniforms switches

architecture glsl shader

How to get a "Glow" shader effect in OpenGL ES 2.0?

OpenGL bool uniform?

c++ opengl boolean shader

Efficiency of branching in shaders

performance branch shader

How to calculate Tangent and Binormal?

math opengl 3d glsl shader

Why does my OpenGL Phong shader behave like a flat shader?

opengl glsl shader pyopengl

When transforming textures (drawn as flat 3D objects) to mimic depth, black lines appear randomly

c# graphics xna shader

What can cause glDrawArrays to generate a GL_INVALID_OPERATION error?

In OpenGL is there a way to get a list of all uniforms & attribs used by a shader program?

opengl 3d shader glsl

OpenGL ES 2.0 Multiple Programs or Multiple Shaders or what? How does it work?

WebGL/GLSL - How does a ShaderToy work?

Getting the true z value from the depth buffer

opengl graphics shader

Creating a GLSL Arrays of Uniforms?

arrays opengl glsl shader

What are Vertex and Pixel shaders?

graphics shader terminology

Explicit vs Automatic attribute location binding for OpenGL shaders