marc0246

Results 50 comments of marc0246

As I say that's still the behavior, except for SIGSEGV, which makes xargs terminate for some reason. Pretty weird.

I'll use a loop instead of xargs, and make the PowerShell version behave the same, sometime later. This PR is not that high-priority anyway.

Could you please remove all the comments that aren't related to ray queries? For consitency with the other examples. Also, please run rustfmt on the code.

If you look at the macro's expansion, there's quite a few types from vulkano that it uses. What would you expect the macro to generate without using vulkano?

Ah my bad, I think I misread your question. Your only concern is that you have to add `vulkano` to your `Cargo.toml`s correct?

> Yes that is correct I see, I'm sorry for by inability to read haha. This is an age old problem with proc macros in general, and I'm not sure...

I don't think it's possible unfortunately. Even if we provided some way for a crate to configure where to find vulkano (e.g. re-exported from another crate), unless I'm mistaken there's...

Use `vkconfig`, it comes with the SDK. Simply turn on the validation layer and launch the app in question.

As of now the only missing types are from what I can tell `CommandPoolAlloc`, `UnsafeDescriptorSet`, `Queue`, `ShaderModule`, `Display` and `DisplayMode`.

Yes it isn't released yet, and we will release soon.