Wrapper for the scissor-buffer-related operations.
More...
#include </home/chochlik/devel/oglplus/include/oglplus/context/scissor_test.hpp>
|
static void | Scissor (GLint left, GLint bottom, GLsizei width, GLsizei height) |
| Defines the scissor rectangle for the first viewport. More...
|
|
static void | Scissor (GLuint viewport, GLint left, GLint bottom, GLsizei width, GLsizei height) |
| Defines the scissor rectangle for the specified viewport . More...
|
|
static void | Scissor (GLuint viewport, GLint *v) |
| Defines the scissor rectangle for the specified viewport . More...
|
|
static void | ScissorArray (GLuint first, GLsizei count, GLint *v) |
| Defines scissor boxes for viewports specified by first count . More...
|
|
static ScissorRectangle | ScissorBox (GLuint viewport) |
| Returns the extents of scissor box of the specified viewport . More...
|
|
Wrapper for the scissor-buffer-related operations.
static void oglplus::context::ScissorTest::Scissor |
( |
GLint |
left, |
|
|
GLint |
bottom, |
|
|
GLsizei |
width, |
|
|
GLsizei |
height |
|
) |
| |
|
static |
Defines the scissor rectangle for the first viewport.
- Exceptions
-
- Related OpenGL symbols:
- glScissor
static void oglplus::context::ScissorTest::Scissor |
( |
GLuint |
viewport, |
|
|
GLint |
left, |
|
|
GLint |
bottom, |
|
|
GLsizei |
width, |
|
|
GLsizei |
height |
|
) |
| |
|
static |
Defines the scissor rectangle for the specified viewport
.
- Exceptions
-
- Related OpenGL symbols:
- glScissorIndexed
static void oglplus::context::ScissorTest::Scissor |
( |
GLuint |
viewport, |
|
|
GLint * |
v |
|
) |
| |
|
static |
static void oglplus::context::ScissorTest::ScissorArray |
( |
GLuint |
first, |
|
|
GLsizei |
count, |
|
|
GLint * |
v |
|
) |
| |
|
static |
Defines scissor boxes for viewports specified by first
count
.
- Exceptions
-
- Related OpenGL symbols:
- glScissorArrayv
static ScissorRectangle oglplus::context::ScissorTest::ScissorBox |
( |
GLuint |
viewport | ) |
|
|
static |
Returns the extents of scissor box of the specified viewport
.
- Exceptions
-
- Related OpenGL symbols:
- glGet
GL_SCISSOR_BOX
The documentation for this class was generated from the following file: