Hajime Hoshi
|
c01ceeaa6a
ebiten: replace (*Image).Dispose with Deallocate
|
1 year ago |
Hajime Hoshi
|
27fd10595b
internal/ui: refactoring: reduce global functions and prefer Get()
|
1 year ago |
Hajime Hoshi
|
4ca3fa5e57
internal/graphicsdriver: replace Region with image.Rectangle (#2791)
|
1 year ago |
Hajime Hoshi
|
b95228a8a6
all: rename arguments in Kage
|
1 year ago |
Hajime Hoshi
|
361c89073a
ebiten: bug fix: wrong conversion of 16bit to 8bit color values
|
1 year ago |
Hajime Hoshi
|
db34930ae8
internal/graphics: add built-in Kage functions
|
1 year ago |
Hajime Hoshi
|
101372a8c3
ebiten: allow different-size source images at DrawTrianglesShader (pixel mode)
|
1 year ago |
Hajime Hoshi
|
e1b77fefae
ebiten: update comments
|
1 year ago |
Hajime Hoshi
|
a4f8c1c1dc
ebiten: remove old comments
|
1 year ago |
Hajime Hoshi
|
ead3f32df0
ebiten: refactoring
|
1 year ago |
Hajime Hoshi
|
c4b8378b71
ebiten: fix typo
|
1 year ago |
Hajime Hoshi
|
534370f7b1
internal/graphics: enable to specify regions for each source image
|
1 year ago |
Hajime Hoshi
|
4b9875295c
ebiten: refactoring: reduce local variables
|
1 year ago |
Hajime Hoshi
|
3678b20c5d
ebiten: bug fix: DrawImage/DrawRectShader unexpectedly modified the given options
|
1 year ago |
Hajime Hoshi
|
a9b2f5f9ca
Revert "ebiten: panic if a non-existent uniform variable name is given"
|
1 year ago |
Hajime Hoshi
|
63df6168d9
internal/shader: use plural forms for Kage compiler directives
|
1 year ago |
Hajime Hoshi
|
a0ffd8dd25
ebiten: enable texCoord at DrawRectShader even without a source image
|
1 year ago |
Hajime Hoshi
|
1b8580fab7
ebiten: panic if a non-existent uniform variable name is given
|
1 year ago |
Hajime Hoshi
|
0b1c7404d5
ebiten: use zero values for an unspecified uniform variable
|
1 year ago |
Hajime Hoshi
|
d0e4023d88
internal/ui: add a length check for uniform variables
|
1 year ago |
Hajime Hoshi
|
d2c991b774
all: refactoring: use image.Rectangle
|
1 year ago |
Hajime Hoshi
|
3e0ff1abe1
ebiten: improve panic messages
|
1 year ago |
Hajime Hoshi
|
c7ca9cb321
ebiten: omit the exceeding part of vertices at Draw*
|
1 year ago |
Hajime Hoshi
|
e1386e2032
ebiten: add restrictions for values in indices at DrawTriangles*
|
1 year ago |
Hajime Hoshi
|
ce9274a29d
ebiten: remove the restriction for len(indices) at Draw*
|
1 year ago |
Hajime Hoshi
|
2a5a0a8895
ebiten: update documents
|
1 year ago |
Hajime Hoshi
|
8b267265ed
ebiten: update comments
|
1 year ago |
Hajime Hoshi
|
39aaf7fe37
ebiten: update comments
|
1 year ago |
Pierre Curto
|
4de807cc44
all: fix typos (#2558)
|
1 year ago |
Hajime Hoshi
|
f054a7634a
ebiten: deprecate (*Image).Size
|
1 year ago |