- Foreign functions can now have names for parameters - Fix property renaming crash - Properly output texture sampling calls
7 lines
88 B
Plaintext
7 lines
88 B
Plaintext
HLSL_BUILTIN : string;
|
|
|
|
#run {
|
|
HLSL_BUILTIN = read_entire_file("hlsl_builtin.shd");
|
|
}
|
|
|