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.

forward_decal.wgsl

Import path

Bindings

inv_depth_fade_factor

#
@group(2)
@binding(200)
var<uniform> inv_depth_fade_factor: f32

Structures

ForwardDecalInformation

#
struct ForwardDecalInformation {
world_position: vec4<f32> ,
alpha: f32 ,
}

Functions

get_forward_decal_info

#
fn get_forward_decal_info ( ) -> ForwardDecalInformation