Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fragment-shader

Signed Distance Function - 3D Plane

Number of fragment shader outputs

How to set up gl_Vertex in a Shader in OpenGL 4?

Can glsl be used instead of webgl?

OpenGL procedural texture antialiasing

What happens to the depth buffer if I discard a fragment in a shader using early_fragment_tests?

Dynamically compiling and running shaders from file in XNA

c# xna hlsl fragment-shader

Metal shader in SceneKit to outline an object

In OpenGL Fragment Shader, what's the difference between gl_FragColor.a = 0 and discard?

opengl fragment-shader

How to create Depth Fade effect in OpenGL?

c++ opengl fragment-shader

Fragment Diffuse value changing with camera location/rotation

Threejs normal values in shader are set to 0

How to add transparency with a shader in SceneKit?

Drawing a grid in a WebGL fragment shader

How can I modify this WebGL fragment shader to increase brightness of highlights as well as reduce

Can GLSL macro expansion do this?

How vertex and fragment shaders communicate in OpenGL?

How to prevent interpolation of vertex colors in THREE.js shader?