cocos3d  2.0.0
Public Attributes | List of all members
CC3Viewport Struct Reference

#include <CC3Foundation.h>

Public Attributes

GLsizei h
 
GLsizei w
 
GLint x
 
GLint y
 

Detailed Description

A rectangle defining a GL viewport.

This can also be used for any rectangular group of pixels.

Member Data Documentation

GLsizei CC3Viewport::h

The height 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.


The documentation for this struct was generated from the following file: