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

4 lines
41 B
Plaintext

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