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.

test.wgsl

Functions

expensive_subfunc

#
fn expensive_subfunc (
input: f32
) -> f32

subfunc

#
fn subfunc (
input: f32
) -> f32

test

#
fn test (
input_one: f32
input_two: f32
) -> vec2<f32>