|
| static void | Viewport (GLint x, GLint y, GLsizei w, GLsizei h) |
| | Sets the extents of the current viewport. More...
|
| |
| static void | Viewport (GLsizei w, GLsizei h) |
| | Sets the size of the current viewport starting at (0,0) More...
|
| |
| static ViewportExtents | Viewport (void) |
| | Returns the extents of the current viewport. More...
|
| |
| static BoundsRange | ViewportBoundsRange (void) |
| | Returns the implementation-dependent viewport bounds range. More...
|
| |
| static ViewportSize | MaxViewportDims (void) |
| | Returns the implementation-dependent maximum viewport dimensions. More...
|
| |
| static void | DepthRange (GLclampf near_val, GLclampf far_val) |
| | Sets the near_val / far_val depth range of the default viewport. More...
|
| |
| static void | DepthRange (GLclampd near_val, GLclampd far_val) |
| | Sets the near_val / far_val depth range of the default viewport. More...
|
| |
| static GLuint | MaxViewports (void) |
| | Returns the number of available viewports. More...
|
| |
| static void | Viewport (GLuint viewport, GLfloat x, GLfloat y, GLfloat width, GLfloat height) |
| | Sets the extents of the specified viewport. More...
|
| |
| static void | Viewport (GLuint viewport, const GLfloat *extents) |
| | Sets the extents of the specified viewport. More...
|
| |
| static void | ViewportArray (GLuint first, GLsizei count, const GLfloat *extents) |
| | Sets extents of the viewports specified by first and count. More...
|
| |
| static ViewportExtents | Viewport (GLuint viewport) |
| | Returns the extents of the specified viewport. More...
|
| |
| static void | DepthRange (GLuint viewport, GLclampd near_val, GLclampd far_val) |
| | Sets the near_val / far_val depth range of a viewport. More...
|
| |
| static void | DepthRangeArray (GLuint first, GLsizei count, const GLclampd *v) |
| | Sets depth ranges of viewports specified by first and count. More...
|
| |
| static oglplus::context::DepthRange | ViewportDepthRange (GLuint viewport) |
| | Returns the depth range of the specified viewport. More...
|
| |
Wrapper for the viewport-related operations.