std::unique_ptr< SagaDevice > createDevice(video::E_DRIVER_TYPE driverType=video::E_DRIVER_TYPE::VULKAN, const glm::uvec2 &windowSize={800, 600}, std::uint32_t bits=32, bool fullscreen=false, bool stencilbuffer=true, bool vsync=false)
Creates an Saga device. The Saga device is the root object for using the engine.