Maik Klein

Results 87 comments of Maik Klein

I think `Result` is not the most consistent choice for ash. What do you think about this? ``` pub unsafe fn acquire_next_image_khr( &self, swapchain: vk::SwapchainKHR, timeout: u64, semaphore: vk::Semaphore, fence:...

@msiglreith I am fine with experimental extensions. They would have to live inside the extension itself because vk.rs is generated. I think we should create a new module `extensions::experimental::amd::Foo`. Semver...

I haven't looked at no_std at all yet. `ash` also fetches all the function pointers at runtime, is that a problem for embedded devices?

Which "embedded devices" do you want to run vulkan on?

Maybe related https://stackoverflow.com/questions/33044633/command-line-option-to-change-xcode-deriveddata-location

[unrealeditor.webm](https://user-images.githubusercontent.com/1994306/187069753-ff61adf4-3b0c-4d0b-bcd9-530b92bac863.webm)

Thanks, I'll investigate but subsystems do sound like what I was looking for.

You might need to check this https://github.com/MaikKlein/unreal-rust/blob/main/RustPlugin/Source/RustPlugin/Private/RustPlugin.cpp#L30-L35 I think on mac its actually "dylib" and not "so" for dynamic libraries. Other than that it "should" work. I assume unreal will...

https://user-images.githubusercontent.com/1994306/194226627-9a78a5d8-9056-4e44-9af7-23b35fabb581.mp4

https://user-images.githubusercontent.com/1994306/194774612-d6d54bc9-afa9-4d1f-aebf-9df19bef6c02.mp4