Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fragment-shader

Finding the pixel color in a specific coordinate from a sampler2D using GLSL

opengl glsl fragment-shader

OpenGL Shading Language Different Types of Variable (Qualifiers)

Three.js use framebuffer as texture

three.js fragment-shader

Artifacts from linear filtering a floating point texture in the fragment shader

How to calculate gl_FragCoord in glsl

opengl glsl fragment-shader

Gaussian Blur - standard deviation, radius and kernel size

Efficient Bicubic filtering code in GLSL?

Are 1D Textures Supported in WebGL yet?

How to define constant array in GLSL (OpenGL ES 2.0)?

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

How to access automatic mipmap level in GLSL fragment shader texture?

Fragment shader and coloring a texture

GLSL: How to get pixel x,y,z world position?

opengl glsl fragment-shader

Why is writing to a buffer from within a fragment shader disallowed in Metal?

Uniform versus attributes in GLSL ES

Custom Texture Shader in Three.js

How exactly does OpenGL do perspectively correct linear interpolation?

How do I get the current color of a fragment?

What does `precision mediump float` mean?

Vertex shader vs Fragment Shader [duplicate]