Skip to content

Instantly share code, notes, and snippets.

@fkaa
Created November 3, 2016 14:47
Show Gist options
  • Save fkaa/373e287692b4695988ba975111d61d37 to your computer and use it in GitHub Desktop.
Save fkaa/373e287692b4695988ba975111d61d37 to your computer and use it in GitHub Desktop.
2016-11-03 15:43:57.854061 teapot[40882:584608] [DYMTLInitPlatform] platform initialization successful
2016-11-03 15:43:57.871593 teapot[40882:584588] Metal GPU Frame Capture Enabled
2016-11-03 15:43:57.872004 teapot[40882:584588] Metal API Validation Enabled
[mvk-info] Device Intel HD Graphics 4000 supports Metal Feature Set: macOS GPU Family 1 v1
Using device: Intel HD Graphics 4000 (type: IntegratedGpu)
[mvk-info] You require a license for the MoltenVK Vulkan Core feature set. Reverting to evaluation mode.
[mvk-info] Created 2 swapchain images with initial size (1024, 768).
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: OomError(OutOfDeviceMemory)', ../src/libcore/result.rs:799
stack backtrace:
1: 0x101f7d528 - std::sys::backtrace::tracing::imp::write::h22f199c1dbb72ba2
2: 0x101f7f20f - std::panicking::default_hook::{{closure}}::h9a389c462b6a22dd
3: 0x101f7e72f - std::panicking::default_hook::h852b4223c1c00c59
4: 0x101f7ecf6 - std::panicking::rust_panic_with_hook::hcd9d05f53fa0dafc
5: 0x101f7eb94 - std::panicking::begin_panic::hf6c488cee66e7f17
6: 0x101f7eab2 - std::panicking::begin_panic_fmt::hb0a7126ee57cdd27
7: 0x101f7ea17 - rust_begin_unwind
8: 0x101fa85a0 - core::panicking::panic_fmt::h9af671b78898cdba
9: 0x101e02603 - core::result::unwrap_failed::h5c9d2c37f382a27b
10: 0x101ddacb7 - <core::result::Result<T, E>>::unwrap::h0a0004fa78f7c681
11: 0x101ea14ba - teapot::main::h5401134d028b25da
12: 0x101f7f7ca - __rust_maybe_catch_panic
13: 0x101f7e216 - std::rt::lang_start::h14cbded5fe3cd915
14: 0x101eb4f19 - main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment