#include <CC3Foundation.h>
A rectangle defining a GL viewport.
This can also be used for any rectangular group of pixels.
GLsizei CC3Viewport::h |
The height of the viewport.
CC3IntPoint CC3Viewport::origin |
The origin of the viewport.
CC3IntSize CC3Viewport::size |
The size of the viewport.
GLsizei CC3Viewport::w |
The width of the viewport.
GLint CC3Viewport::x |
The X-position of the bottom-left corner of the viewport.
GLint CC3Viewport::y |
The Y-position of the bottom-left corner of the viewport.