-
Notifications
You must be signed in to change notification settings - Fork 2
examples panic #12
Comments
Could you post backtrace as well? |
Note: dx12 has a not implemented issue, but to test it I had to add 'dx12 = ["gfx-render/gfx-backend-dx12"] to the cargo.toml
|
This panic seems to be triggered at exit. |
backtrace: |
with set RUST_BACKTRACE=1 |
I see that on Vulkan you get "out of device memory" error on descriptor set allocation. This is strange. |
I've tried it on another windows10 machine with the same result. (Both of them had NVIDIA cards, I will give it a try with ATI card too if I get to that pc) |
I'll try to investigate today. Got my hands on machine with windows |
command
cargo run --example pbm --features vulkan
environment:
OS: Windows 10
rustc 1.30.0-nightly (33b923fd4 2018-08-18)
cargo 1.29.0-nightly (6a7672ef5 2018-08-14)
result:
results in panic: thread 'main' panicked at 'Unhandled error in XfgDescriptorPool: Device memory allocation failed.', examples\pbm\../common/lib.rs:128:33 note: Run with
RUST_BACKTRACE=1for a backtrace. thread 'main' panicked at 'Values of this type can't be dropped!',
expected: example is running
The text was updated successfully, but these errors were encountered: