mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-13 03:23:14 +01:00
Before: ``` $ go build -gcflags="-d=ssa/check_bce" ./internal/graphics internal/graphics/vertex.go:83:9: Found IsSliceInBounds internal/graphics/vertex.go:85:5: Found IsInBounds internal/graphics/vertex.go:86:5: Found IsInBounds ... ``` After: ``` $ go build -gcflags="-d=ssa/check_bce" ./internal/graphics internal/graphics/vertex.go:83:11: Found IsSliceInBounds internal/graphics/shader.go:134:37: Found IsSliceInBounds ``` Updates #2601 |
||
---|---|---|
.. | ||
export_test.go | ||
graphics_test.go | ||
math.go | ||
shader.go | ||
vertex.go |