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.

mesh2d_types.wgsl

Import path

Structures

Mesh2d

#
struct Mesh2d {
world_from_local: mat3x4<f32> ,
local_from_world_transpose_a: mat2x4<f32> ,
local_from_world_transpose_b: f32 ,
flags: u32 ,
tag: u32 ,
}