ebiten/internal/shareable
Hajime Hoshi 2a63512c6e driver: Add AddressUnsafe
This skips the source-region check and reduces 'if' branches from
shader programs.

AddressUnsafe is internal only so far. We might expose this value
later.

Updates #1210
2020-06-25 01:00:38 +09:00
..
export_test.go graphicscommand: Return the error immediately (#1060) 2020-01-19 01:18:56 +09:00
image_test.go driver: Add AddressUnsafe 2020-06-25 01:00:38 +09:00
image.go driver: Add AddressUnsafe 2020-06-25 01:00:38 +09:00
shader.go shareable: Allow multiple call of (*Shader).Dispose 2020-05-29 03:47:06 +09:00