debug
Miscellaneous utilities for debugging shaders and scripts.
Draw the decimal representation of a floating-point value. Returns whether or not the pixel at position should be filled in the text representation. The decimal point is located at (0, 0).
bool printValue(float value, ivec2 position);