#include <Util_Render_Stereo.h>
Public Member Functions | |
| bool | operator!= (const Viewport &vp) const |
| bool | operator== (const Viewport &vp) const |
| Viewport () | |
| Viewport (int x1, int y1, int w1, int h1) | |
Public Attributes | |
| int | h |
| int | w |
| int | x |
| int | y |
Definition at line 52 of file Util_Render_Stereo.h.
| OVR::Util::Render::Viewport::Viewport | ( | ) | [inline] |
Definition at line 57 of file Util_Render_Stereo.h.
| OVR::Util::Render::Viewport::Viewport | ( | int | x1, |
| int | y1, | ||
| int | w1, | ||
| int | h1 | ||
| ) | [inline] |
Definition at line 58 of file Util_Render_Stereo.h.
| bool OVR::Util::Render::Viewport::operator!= | ( | const Viewport & | vp | ) | const [inline] |
Definition at line 62 of file Util_Render_Stereo.h.
| bool OVR::Util::Render::Viewport::operator== | ( | const Viewport & | vp | ) | const [inline] |
Definition at line 60 of file Util_Render_Stereo.h.
Definition at line 55 of file Util_Render_Stereo.h.
Definition at line 55 of file Util_Render_Stereo.h.
Definition at line 54 of file Util_Render_Stereo.h.
Definition at line 54 of file Util_Render_Stereo.h.