Type Alias wgpu_text::Matrix

source ·
pub type Matrix = [[f32; 4]; 4];
Expand description

Represents a two-dimensional array matrix with 4x4 dimensions.