summaryrefslogtreecommitdiff
path: root/assets/final/shaders/test_snippet_b.wgsl
blob: 071346e753b01eb967097c7febc62dcd64c02d92 (plain)
1
2
3
4
// test_snippet_b.wgsl
fn snippet_b() -> f32 {
    return 2.0;
}