ebiten/internal/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
..
testdata shaderir: Bug fix: Early-returns in the entry points didn't work 2020-07-05 17:57:57 +09:00
expr.go shader: Separate uniform variables and texture variabls 2020-07-08 01:12:07 +09:00
shader_test.go shader: Bug fix: Skip tests on browsers 2020-06-08 12:32:15 +09:00
shader.go shader: Separate uniform variables and texture variabls 2020-07-08 01:12:07 +09:00
stmt.go shader: Bug fix: Wrong out-params when returning is in a block 2020-07-05 04:30:14 +09:00
type.go shader: Separate uniform variables and texture variabls 2020-07-08 01:12:07 +09:00