ebiten/internal/shaderir/msl
Hajime Hoshi 63df6168d9 internal/shader: use plural forms for Kage compiler directives
This change renames

```
//kage:unit texel
//kage:unit pixel
```

to

```
//kage:unit texels
//kage:unit pixels
```

.

Closes #2717
2023-08-01 11:41:38 +09:00
..
msl.go internal/shader: use plural forms for Kage compiler directives 2023-08-01 11:41:38 +09:00
type.go internal/shaderir: rename the built-in func to get a texel to __texelAt 2023-04-23 22:57:30 +09:00