Nuno Leiria
Nuno Leiria
When outputting a whole number for MIR_OP_FLOAT on out_op(), mir2c outputs something like 3f. This doesn't compile. Using a specification such as "%#.*gf" would solve the issue.
ForwardGlobals::create_bind_group creates a BindGroupEntry Sampler resource by fetching it from the asset cache. This incurs a string allocation with a ~0.5ms per call overhead on the web.
Mac and Windows binaries should be signed so that Ambient native executables don't show scary popups before running.
Hi, I've been trying to use https://github.com/AmbientRun/Ambient on latest VS22 and I've noticed a few issues: When I select 'Start Debugging' for ambient.exe (app/Cargo.toml as startup item) then the code...