This commit is contained in:
Tristan Schulz 2024-11-26 06:13:47 +01:00
commit 0426552ec9
No known key found for this signature in database
GPG key ID: BA691DECF9CB812A

View file

@ -54,7 +54,6 @@ def get_shader_code_from_file(filename: Path) -> str | None:
result,
flags=re.MULTILINE,
)
print(insertions)
for line in insertions:
include_path = line.strip().replace("#include", "")
include_path = include_path.replace('"', "")