diff --git a/src/engine/rendering/QueuePool.cpp b/src/engine/rendering/QueuePool.cpp index e4be9d0..a8cb79b 100644 --- a/src/engine/rendering/QueuePool.cpp +++ b/src/engine/rendering/QueuePool.cpp @@ -44,6 +44,8 @@ namespace fgl::engine { if ( queue_info[ i ].can_present ) return i; } + + throw std::runtime_error( "Unable to find present queue" ); } } // namespace fgl::engine