Files
Ink-Shader-Language/test/float_suffix.ink

4 lines
41 B
Plaintext

vertex main :: () {
x : float = 2.0f;
}