glutVideoResizeGet(3) freeglut glutVideoResizeGet(3)

glutVideoResizeGet - retrieves GLUT video resize information represented by integers.

Not yet implemented in freeglut.

int glutVideoResizeGet(GLenum param);

Name of video resize information to retrieve.
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.

glutVideoResizeGet retrieves GLUT video resizing information represented by integers. The param parameter determines 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 resizing is possible.

glutGet, glutSetupVideoResizing, glutStopVideoResizing, glutVideoResize, glutVideoPan

Mark J. Kilgard (mjk@nvidia.com)

November 2025 freeglut