TeamWisp / WispRenderer

RTX Ray Tracing Renderer, made by Y3 students at Breda University of Applied Science
https://teamwisp.github.io
Apache License 2.0
201 stars 14 forks source link

Switching framegraph crash (Fallback Layer) #376

Open MeineZ opened 5 years ago

MeineZ commented 5 years ago

Describe the bug Wisp crashes when running Wisp on a machine that doesn't support DXR (so only supports the Fallback Layer) and switching framegraph to any framegraph that is using an Acceleration Structure.

To Reproduce Steps to reproduce the behavior:

  1. Run Wisp
  2. Press F2 to switch framegraph
  3. Experience the crash

Expected behavior Just switch framegraph. No crash should be involved.

Screenshots image Deepest error location

image Deepest 'high level' error location

image Callstack

System (please complete the following information):

161563 commented 5 years ago

I think this is ray-tracing/fallback crashing, not the framegraph switching.

161563 commented 5 years ago

just tested it, when using hybrid as the startup framegraph it crashes as well, so it's an issue in ray-tracing/fallback, not the framegraph.