#include "common/common.h"
#include "geometry/geometry_2d.h"
#include "threadsafe/smart_ptr.h"
Go to the source code of this file.
Classes | |
struct | view::render_info_t |
class | view::Host |
If you are creating viewports, you'll need an object that supports this interface to handle the per-viewport callbacks for display. More... | |
class | view::Manager |
This object will let you create/destroy viewports as needed. More... | |
Namespaces | |
namespace | view |
Typedefs | |
typedef rect2d_t< int > | view::recti_t |