You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I want to add support for VK_EXT_mesh_shader to ash. Unfortunately I have a problem running the generator. There are extra spaces between the code.
Hey, I want to add support for
VK_EXT_mesh_shader
to ash. Unfortunately I have a problem running the generator. There are extra spaces between the code.I did the following to get the ash generator running:
LLVM
forbindgen
and setLIBCLANG_PATH
toC:\Program Files\LLVM\bin
.cargo run --release --bin generator
from the root directory.The generator runs without issues, but the code looks weird. Running
cargo fmt
works, I just was curious if its a bug or just intended behaviour.The text was updated successfully, but these errors were encountered: