Wrapper for implementation-dependent limit queries. More...
#include </home/chochlik/devel/oglplus/include/oglplus/context/limit_queries.hpp>
Static Public Member Functions | |
static GLint | IntLimit (LimitQuery query) |
Gets the implementation-dependent limit value. More... | |
static GLint | IntLimit (LimitQuery query, GLuint index) |
Gets the implementation-dependent indexed limit value. More... | |
static GLfloat | FloatLimit (LimitQuery query) |
Gets the implementation-dependent limit value. More... | |
static GLfloat | FloatLimit (LimitQuery query, GLuint index) |
Gets the implementation-dependent indexed limit value. More... | |
static void | RequireAtLeast (LimitQuery limit, GLint value) |
Raises a LimitError if value is greater than the specified limit . More... | |
static void | RequireAtLeast (LimitQuery limit, GLuint index, GLint value) |
Raises a LimitError if value is greater than the specified limit . More... | |
Wrapper for implementation-dependent limit queries.
|
static |
Gets the implementation-dependent limit value.
|
static |
Gets the implementation-dependent indexed limit value.
|
static |
Gets the implementation-dependent limit value.
Referenced by RequireAtLeast().
|
static |
Gets the implementation-dependent indexed limit value.
|
static |
Raises a LimitError if value
is greater than the specified limit
.
LimitError |
References IntLimit().
|
static |
Raises a LimitError if value
is greater than the specified limit
.
LimitError |
References IntLimit().