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.

depth.wgsl

Import path

Functions

depth_to_rgb

#
fn depth_to_rgb (
depth: f32
min_depth: f32
max_depth: f32
) -> vec3<f32>