Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(shader_file): correctly parse incl. shaders that are statement lists
Previously, when an include shader contained a statement list, only the first statement in the AST would be transpiled, which broke the shader, and is likely to be a common use case (I've seen it happen on objmc).
- Loading branch information