ebiten/internal/shader
Hajime Hoshi 08ddb4233b internal/shaderir/glsl: bug fix: % was not available on old GLSLs
Use a new utility function modInt instead.

Closes #1951
2022-01-12 01:41:09 +09:00
..
testdata internal/shader: bug fix: check types correctly for assign operators 2022-01-12 00:39:39 +09:00
expr.go internal/shader: bug fix: % should be valid only for integers 2022-01-11 23:53:09 +09:00
shader_test.go internal/shaderir/glsl: bug fix: % was not available on old GLSLs 2022-01-12 01:41:09 +09:00
shader.go internal/shader: Bug fix: Treat multiple constant definitions in one statement correctly 2021-04-09 01:18:38 +09:00
stmt.go internal/shader: bug fix: check types correctly for assign operators 2022-01-12 00:39:39 +09:00
type.go Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00