Advanced search tips: use spaces to require multiple terms (AND), | for alternatives (OR), wrap phrases in quotes (="a b"), =term for exact match, 'term to include, !term to exclude, ^term to match prefix, !^term to exclude prefix, .ext$ to match suffix, and !.ext$ to exclude suffix.

gaussian_blur.wgsl

Import path

Functions

gaussian_blur

#

Returns the resulting color of the fragment.

fn gaussian_blur (
color_texture: texture_2d<f32>
color_texture_sampler: sampler
frag_coord: vec4<f32>
coc: f32
frag_offset: vec2<f32>
) -> vec4<f32>