Files
Ink-Shader-Language/test/float_suffix.shd
2024-06-09 21:34:23 +02:00

4 lines
41 B
Plaintext

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