ebiten/internal/processtest/testdata
Hajime Hoshi 0f52381580 ebiten: rename TPS functions
* SetMaxTPS() -> SetTPS()
* MaxTPS() -> TPS()
* CurrentTPS() -> ActualTPS()
* CurrentFPS() -> ActualFPS()

Closes #2071
2022-07-17 11:30:12 +09:00
..
issue1753.go internal/graphicsdriver/opengl: Bug fix: A location cache map must be reset when a program is deleted 2021-08-15 04:54:20 +09:00
issue2079.go internal/ui: bug fix: deadlock at Layout with Ebiten's image functions called 2022-04-26 01:12:57 +09:00
issue2089.go internal/processtest/testdata: add a test case for #2089 2022-05-08 23:45:21 +09:00
issue2129.go internal/atlas: bug fix: use the global lock for shaders 2022-06-08 10:00:31 +09:00
issue2138.go internal/graphicsdriver/directx: suppress warnings for depth buffers 2022-06-19 00:21:04 +09:00
issue2154_1.go ebiten: bug fix: use DrawTriangles as an implementation of Set 2022-07-04 12:02:47 +09:00
issue2154_2.go ebiten: rename TPS functions 2022-07-17 11:30:12 +09:00
issue2162.go internal/buffer: bug fix: shader manipulations must be buffered 2022-06-25 01:31:20 +09:00
issue2182.go ebiten: rename TPS functions 2022-07-17 11:30:12 +09:00