ebiten/internal/restorable
Hajime Hoshi 7b9cc8deb4 restorable: Add tests to dispose shaders
When a shader is disposed, all the images depending on it should
become stale, i.e., discard its all the rendering history items,
because they cannot be restored due to the lack of data on the GPU.
2020-05-26 00:20:11 +09:00
..
doc.go restorable: Add comments 2017-09-15 00:24:18 +09:00
image.go restorable: Add tests to dispose shaders 2020-05-26 00:20:11 +09:00
images_test.go restorable: Bug fix: Fill didn't invalidate its dependencies 2020-05-25 23:37:25 +09:00
images.go restorable: Add tests to dispose shaders 2020-05-26 00:20:11 +09:00
rect.go restorable: Merge two 'copy' into one 2019-11-16 02:10:53 +09:00
shader_test.go restorable: Add tests to dispose shaders 2020-05-26 00:20:11 +09:00
shader.go restorable: Add Shader (WIP) 2020-05-25 00:50:01 +09:00