glutVideoResizeGet - retrieves GLUT video resize informa- tion represented by integers.
glutVideoResizeGet glutVideoResizeGet(param) -> None
int glutVideoResizeGet(GLenum param);
param Name of video resize information to retrieve.
GLUT_VIDEO_RESIZE_POSSIBLE
Non-zero if video resizing is supported by the
underlying system; zero if not supported. If this
is zero, the other video resize GLUT calls do
nothing when called. See the Implementation Notes
sections below.
GLUT_VIDEO_RESIZE_IN_USE
GLUT_VIDEO_RESIZE_X_DELTA
GLUT_VIDEO_RESIZE_Y_DELTA
GLUT_VIDEO_RESIZE_WIDTH_DELTA
GLUT_VIDEO_RESIZE_HEIGHT_DELTA
GLUT_VIDEO_RESIZE_X
GLUT_VIDEO_RESIZE_Y
GLUT_VIDEO_RESIZE_WIDTH
GLUT_VIDEO_RESIZE_HEIGHT
glutVideoResizeGet retrieves GLUT video resizing informa- tion represented by integers. The param parameter deter- mines what type of video resize information to return.
The current implementation uses the SGIX_video_resize GLX extension. This extension is currently supported on SGI's InfiniteReality-based systems.
The current implementation never reports that video resiz- ing is possible.
glutGet, glutSetupVideoResizing, glutStopVideoResizing, glutVideoResize, glutVideoPan
Mark J. Kilgard (mjk@nvidia.com)
:: Documentation :: References :: GLUT ::
:: Index (n/a) ::