iced_wgpu 0.14.0

A renderer for iced on top of wgpu
Documentation
1
2
3
4
5
struct Globals {
    transform: mat4x4<f32>,
}

@group(0) @binding(0) var<uniform> globals: Globals;