7 Commits

Author SHA1 Message Date
Gregg Tavares
7091e1ff98 Fix more whitespace issues. 2026-03-12 20:30:23 -07:00
Gregg Tavares
8056047918 Make ParemeterTypes more readable.
Was:

```
T is f32 S is u32
```

Now:

```
T is f32
S is u32
```

But, by effectively turning on wrapping the column shrinks

```
S is AbstractFloat,
f32, or f16
T is S or vecN<S>
```

I'm not sure there is an easy fix that fits all cases
so this seems like a good compromise.
2026-03-12 01:12:13 -07:00
Gregg Tavares
c6ea373ced Hide unused columns in WGSL function reference 2026-03-12 01:01:55 -07:00
Gregg Tavares
e7fb82ee57 Fix function reference TOC and anchors 2026-03-12 00:54:14 -07:00
Gregg Tavares
e20f20965b Tweak WGSL function reference.
* Format functions with one parameter per line.
* Special case a few extra long function sigantures
* Fix atomics.
* etc...
2026-03-12 00:24:35 -07:00
Gregg Tavares
ca062f1ae7 Handle light colors more
TBD: make live editor light friendly
2023-04-04 11:13:37 -07:00
Gregg Tavares
1542421b11 add function reference toc 2023-04-03 21:35:06 -07:00