Advertisement
cheako

Untitled

Sep 30th, 2019
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. ThreadSafety::PreCallRecordQueueSubmit(VkQueue_T*, unsigned int, VkSubmitInfo const*, VkFence_T*) (@ThreadSafety::PreCallRecordQueueSubmit(VkQueue_T*, unsigned int, VkSubmitInfo const*, VkFence_T*):32)
  2. vulkan_layer_chassis::QueueSubmit(VkQueue_T*, unsigned int, VkSubmitInfo const*, VkFence_T*) (@vulkan_layer_chassis::QueueSubmit(VkQueue_T*, unsigned int, VkSubmitInfo const*, VkFence_T*):80)
  3. queue_submit (/home/cheako/src/github/ash-tray-rs/src/ash/vk.rs:4906)
  4. queue_submit<ash_tray::ash::device::Device> (/home/cheako/src/github/ash-tray-rs/src/ash/device.rs:1698)
  5. queue_submit<hazel::renderer::VkHelperUser<()>> (/home/cheako/src/github/ash-tray-rs/src/vk_helper.rs:415)
  6. queue_submit<(),()> (/home/cheako/src/github/hazel-feather/hazel-rs/src/lib.rs:235)
  7. run<(),()> (/home/cheako/src/github/hazel-feather/hazel-rs/src/lib.rs:322)
  8. {{closure}}<(),()> (/home/cheako/src/github/hazel-feather/hazel-rs/src/lib.rs:562)
  9. sticky_exit_callback<(),closure> (/home/cheako/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.20.0-alpha3/src/platform_impl/linux/mod.rs:656)
  10. run_return<(),closure> (/home/cheako/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.20.0-alpha3/src/platform_impl/linux/x11/mod.rs:263)
  11. run<(),closure> (/home/cheako/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.20.0-alpha3/src/platform_impl/linux/x11/mod.rs:382)
  12. run<(),closure> (/home/cheako/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.20.0-alpha3/src/platform_impl/linux/mod.rs:603)
  13. run<(),closure> (/home/cheako/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.20.0-alpha3/src/event_loop.rs:140)
  14. run<(),()> (/home/cheako/src/github/hazel-feather/hazel-rs/src/lib.rs:562)
  15. main (/home/cheako/src/github/hazel-feather/hazel-rs/examples/sandbox.rs:501)
  16. {{closure}}<()> (@std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::h9308b062182992e2:7)
  17. std::rt::lang_start_internal::_$u7b$$u7b$closure$u7d$$u7d$ (@std::panicking::try::do_call::h4a61cb372364c745:9)
  18. do_call<closure,i32> (@std::panicking::try::do_call::h4a61cb372364c745:6)
  19. __rust_maybe_catch_panic (@__rust_maybe_catch_panic:14)
  20. std::panicking::try (@std::rt::lang_start_internal::h1e06cc26b9fc25ea:162)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement