gfx-rs / gfx_scene

deprecated
Apache License 2.0
15 stars 1 forks source link

Error when running examples #19

Closed bvssvni closed 9 years ago

bvssvni commented 9 years ago
thread '<main>' panicked at 'called `Result::unwrap()` on an `Err` value: Vertex(ShaderCompilationFailed)', /Users/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-mac/build/src/libcore/result.rs:751
Process didn't exit successfully: `target/debug/examples/alpha` (exit code: 101)
bvssvni commented 9 years ago

Backtrace:

   1:        0x109a63a7b - sys::backtrace::write::h2e17220098832d46M7C
   2:        0x109a67220 - panicking::on_panic::he3780cf479056283tXI
   3:        0x109a59319 - rt::unwind::begin_unwind_inner::hdeb6773f4dd39fdfdGI
   4:        0x109a597be - rt::unwind::begin_unwind_fmt::h6731eecab422f4d6OEI
   5:        0x109a66bed - rust_begin_unwind
   6:        0x109a85e25 - panicking::panic_fmt::h090bbf4eecdcc99beXA
   7:        0x1099a1155 - result::Result<T, E>::unwrap::h15376144764477810444
   8:        0x1099a0d7b - app::Technique<R>::new::h13586488554453716866
   9:        0x10998df75 - app::App<D>::new::h11325578897439481936
  10:        0x10996e45a - main::hc6261d075c1ab55aXta
  11:        0x109a683e8 - rust_try_inner
  12:        0x109a683d5 - rust_try
  13:        0x109a67bed - rt::lang_start::hb111d9633dfe8f75bSI
  14:        0x10996e6de - main
kvark commented 9 years ago

I should just use GLSL-150 core for the examples, as I do for gfx_pipeline.