ebiten/internal/graphicscommand
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
..
bytes.go internal/graphicscommand: add comments 2023-08-01 00:18:12 +09:00
command.go internal/shader: use plural forms for Kage compiler directives 2023-08-01 11:41:38 +09:00
doc.go Rename graphics -> graphicscommand 2018-10-28 20:10:05 +09:00
image_js.go all: replace interface{} with any (#2430) 2022-11-03 15:33:09 +09:00
image_notjs.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
image_test.go internal/graphicsdriver: refactoring: use image.Rectangle 2023-04-29 01:12:05 +09:00
image.go internal/graphicscommand: use multiple command queues 2023-07-30 22:42:58 +09:00
shader.go internal/graphicscommand: use multiple command queues 2023-07-30 22:42:58 +09:00
thread.go internal/graphicsdriver: flush commands asynchronously whenever possible 2023-07-30 22:44:13 +09:00