ebiten/examples/shader
Hajime Hoshi 4021c24534 shader: Separate uniform variables and texture variabls
Textures cannot be treated as a regular variable, then they should
be treated differently from other uniform variables.

Add a new function texture0At replacing texture2D.

Updates #1239
2020-07-08 01:12:07 +09:00
..
default_go.go examples/shader: Embed the shader file 2020-06-22 01:07:00 +09:00
default.go examples/shader: Embed the shader file 2020-06-22 01:07:00 +09:00
generate.go examples/shader: Show an image 2020-06-24 01:41:27 +09:00
image_go.go shader: Separate uniform variables and texture variabls 2020-07-08 01:12:07 +09:00
image.go shader: Separate uniform variables and texture variabls 2020-07-08 01:12:07 +09:00
main.go shader: Separate uniform variables and texture variabls 2020-07-08 01:12:07 +09:00