Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(graphics): Make step_size a float in the vertex shader
Some OpenGL implementations are stricter than others it seems. On my Mac, the previous shader happily compiles. On my Ubuntu machine, GL complains that the same uniform has a different data type in the two shaders. Fixes Trac#16772
- Loading branch information