ebiten/internal/graphicsdriver/metal/ns
Hajime Hoshi 5c63c4a4aa internal/graphicsdriver/metal: support macOS 10.12 by removing packed types
From the Metal shading language specification [1] Table 2.2.3, attribute
variables in Ebitengine's vertices don't have to be packed. Then, we can
remove `packed` types.

[1] https://developer.apple.com/metal/Metal-Shading-Language-Specification.pdf

Closes #2107
2022-05-28 23:57:59 +09:00
..
ns_darwin.go internal/graphicsdriver/metal: support macOS 10.12 by removing packed types 2022-05-28 23:57:59 +09:00
ns_darwin.h internal/graphicsdriver/metal: Rename files to remove +build comments 2021-08-23 02:06:09 +09:00
ns_darwin.m internal/graphicsdriver/metal: Rename files to remove +build comments 2021-08-23 02:06:09 +09:00