Unravel Engine C++ Reference
Loading...
Searching...
No Matches
pipeline_camera.cpp
Go to the documentation of this file.
1#include "pipeline_camera.h"
2#include "deferred/pipeline.h"
3namespace unravel
4{
6{
7 pipeline_ = std::make_shared<rendering::deferred>();
8}
13} // namespace unravel