Chris-F5

Results 2 comments of Chris-F5

Perhaps a macro should be used to switch between types. Looks like glm uses `GLM_PRECISION_HIGHP_INT`, `GLM_PRECISION_MEDIUMP_INT` and `GLM_PRECISION_LOWP_INT` to switch between using `sint64`, `signed int` and `signed short`. I don't...

I am also having this issue on Arch. This happens to me often: I want to run the binary I have open in debug mode so I `dc`. Then I...