Files
Ink-Shader-Language/hlsl_builtin.jai
Niels Bross 884444d25b Multiple small fixes
- Foreign functions can now have names for parameters
- Fix property renaming crash
- Properly output texture sampling calls
2024-06-28 08:56:13 +02:00

7 lines
88 B
Plaintext

HLSL_BUILTIN : string;
#run {
HLSL_BUILTIN = read_entire_file("hlsl_builtin.shd");
}