Peter

Results 3 issues of Peter

- #if - #define - uniform - POSITION Also additional Unity specific variables - UNITY_MATRIX_MVP

Obviously auto-completion would be amazing, especially suggestions for vertex input and output structs. Like if you named the input to your fragment stage "i", then typing "i." would bring up...

I created a basic air config with `air init`. Then i try to add a simple `pre_cmd` before `cmd` in the `.air.toml` file: ``` pre_cmd = ["echo 'hello air' >...