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

4 lines
56 B
Plaintext

vertex main :: () {
f : float4 = float4(1, 1, 1, 1);
}