ebiten/internal/shaderir
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
..
glsl internal/shader: use plural forms for Kage compiler directives 2023-08-01 11:41:38 +09:00
hlsl internal/shader: use plural forms for Kage compiler directives 2023-08-01 11:41:38 +09:00
msl internal/shader: use plural forms for Kage compiler directives 2023-08-01 11:41:38 +09:00
check.go internal/shader: reland: bug fix: stricter type checks for the built-in cast-like functions 2023-07-28 01:33:27 +09:00
export_test.go internal/shaderir: refactoring: use the append pattern 2023-05-04 14:34:22 +09:00
ir_test.go internal/shader: use plural forms for Kage compiler directives 2023-08-01 11:41:38 +09:00
program.go internal/shader: use plural forms for Kage compiler directives 2023-08-01 11:41:38 +09:00
reachable_test.go internal/shaderir: refactoring: use the append pattern 2023-05-04 14:34:22 +09:00
type.go internal/shader: reland: bug fix: stricter type checks for the built-in cast-like functions 2023-07-28 01:33:27 +09:00