mirror of
https://github.com/helix-editor/helix
synced 2026-08-01 01:16:39 +02:00
9 lines
171 B
WebGPU Shading Language
9 lines
171 B
WebGPU Shading Language
fn f() {
|
|
let y = bar(2);
|
|
// ^ @function
|
|
let z = obj.field;
|
|
// ^ @variable.other.member
|
|
let w = abs(z);
|
|
// ^ @function.builtin
|
|
}
|