Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glsl

How do I pass a 3D VkImage to a compute shader without the data changing?

c++ glsl shader vulkan

An outline/sharp transition in a fragment shader

GLSL Channel Selection

glsl shader

Affect depth, or stencil buffer from inside fragment shader?

Is it possible to write into specific mipmap level in fragment shader?

c++ opengl glsl

Passing vertex position from vertex to fragment shader - only works when debugging with Nsight

c++ opengl glsl shader nsight

GLSL version on Mac OS X

opengl glsl

GLSL texture coordinate to absolute pixel? [duplicate]

vertex shader without attributes

What is the role of gl_Position.w in Vulkan?

glsl vulkan

glGetShaderInfoLog returns empty string, but shader program is not linked correctly

OpenGL 4.4/ES 3.0 and caching vertex data between passes

opengl opengl-es glsl

Verbose GLSL Shader compile on Intel

opengl shader glsl

How I can apply antialiasing to a 2D grid on a shader?

glsl

How to wrap a value between boundaries?

glsl shader

GLSL blur effect on non textured rect

opengl glsl shader blur

Drawing a circle using smoothstep() with dot() or length() produces different results

glsl shader smoothstep

OpenGL/GLSL: What is the best algorithm to render clouds/smoke out of volumetric data?

opengl glsl