Fix builtin parsing

This commit is contained in:
2024-07-02 22:51:55 +02:00
parent 274cb379b4
commit 22b70f88b6
4 changed files with 45 additions and 10 deletions

View File

@@ -1,6 +1,5 @@
HLSL_BUILTIN : string;
#run {
HLSL_BUILTIN = read_entire_file("hlsl_builtin.shd");
}
HLSL_BUILTIN :: #run -> string {
// return read_entire_file("./hlsl_builtin.shd");
return "";
};