Wrapper for the capability-related commands. More...
#include </home/chochlik/devel/oglplus/include/oglplus/context/capabilities.hpp>
Static Public Member Functions | |
static void | Enable (Capability capability) |
Enable a capability . More... | |
static void | Enable (Functionality functionality, GLuint number) |
Enable a functionality . More... | |
static void | Disable (Capability capability) |
Disable a capability . More... | |
static void | Disable (Functionality functionality, GLuint number) |
Disable a functionality . More... | |
static bool | IsEnabled (Capability capability) |
Checks if a capability is enabled. More... | |
static bool | IsEnabled (Functionality functionality, GLuint number) |
Checks if a functionality is enabled. More... | |
static void | Enable (Capability capability, GLuint index) |
Enable a capability for an indexed target. More... | |
static void | Disable (Capability capability, GLuint index) |
Disable a capability for an indexed target. More... | |
static bool | IsEnabled (Capability capability, GLuint index) |
Check if a capability is enabled for indexed target. More... | |
Wrapper for the capability-related commands.
|
static |
|
static |
|
static |
Disable a capability
for an indexed target.
|
static |
|
static |
|
static |
Enable a capability
for an indexed target.
|
static |
|
static |
|
static |
Check if a capability
is enabled for indexed target.