Rua

Results 182 comments of Rua

Yes, I think that's the right direction. Personally I think the `handle` parameter should come first, but that's just bikeshedding and I can't say why it seems better. There shouldn't...

I think `DeviceMemory` could have a `from_handle` relatively straightforwardly. `Instance` and `Device` may not be too difficult either, but I haven't looked at what blockers there may be.

@Peter-Crawley what are your system and driver details?

There is a good chance that the current master version already fixes this issue, since the copy commands have been rewritten from scratch. Regarding the block size not being defined,...

Is this issue fixed in the new Vulkano 0.30 release?

Would a partial solution be to make the `Vertex` trait take `&self`? Then it would be easy to make a custom type that returns runtime values in the `member` method....

There are no validation errors, even when I set them to display absolutely everything possible. Just some information about available device extensions at load time, which probably isn't relevant. Using...

I've set up a repository at https://github.com/Rua/flicker-demo with a relatively minimal (in Vulkan terms, anyway, hah) example that displays the behaviour for me. There are no pipelines and no drawing,...

My own environment: - OS: Linux Mint 19.3 - Kernel: 5.3.0-53 - Windowing: Cinnamon 4.4.8 / X11 - Device: Radeon RX 580 Series (POLARIS10, DRM 3.33.0, 5.3.0-53-generic, LLVM 9.0.0) (0x67df)...