Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use half float instead of int16 for color buffer
This allows us to use values greater than 1 in the color buffer and as the color output of a fragment shader, so we don't have to worry so much about values getting clamped in multi-stage shaders.
- Loading branch information