unknownue
unknownue
Encounter the same problem, supporting dummy audio would be helpful.
Example 17 is an incomplete example, and example 18 is its complete version. On my windows machine, example 17 crashes, but example 18 works well. Currently I failed to find...
Is this issue reproduced on other examples? I mainly work on macOS, and the code works well on macOS. So this may be a platform-specific problem. It may take me...
Here are some instructions may help you: 1. example 01: The code in `01_instance_creation.rs` does not hold `ash::Entry` after `ash::Instance` is built. Add `ash::Entry` as a member of `VulkanApp` may...
The same problem occurs to me when I try to implement a particle example using transform feedback feature. This problem does make transform feedback hard to use. I spent hours...