Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shader

Direct3D Line thickness

OpenGL - How to access depth buffer values? - Or: gl_FragCoord.z vs. Rendering depth to texture

"flat" qualifier in glsl?

opengl glsl shader

Pointers on modern OpenGL shadow cubemapping?

glUniform4fv is giving GL_INVALID_OPERATION

iphone ios opengl-es shader

Why do people use sqrt(dot(distanceVector, distanceVector)) over OpenGL's distance function?

opengl-es glsl shader webgl

How to pass uniform array of struct to shader via C++ code

opengl opengl-es shader

Shader position vec4 or vec3

Speed of cos() and sin() function in GLSL shaders?

GLKTexture is not correctly mapped since iOS6

Constant float values in GLSL shaders - any reason to use uniforms?

opengl glsl constants shader

draw the depth value in opengl using shaders

opengl shader

Beginning Shader Development [closed]

shader

glLineStipple deprecated in OpenGL 3.1

opengl glsl shader line opengl-4

ThreeJS predefined shader attributes / uniforms

three.js glsl shader

How do Shadertoy's audio shaders work?

javascript webgl shader

What are shaders in OpenGL and what do we need them for? [closed]

opengl shader

Shader optimization: Is a ternary operator equivalent to branching?

Custom Texture Shader in Three.js