![]() |
OpenGI 2.1
Easy parameterization and Geometry Image creation
|
Structures and functions for managing GI contexts. More...
Functions | |
GIcontext GIAPIENTRY | giCreateContext () |
Create new context. | |
void GIAPIENTRY | giMakeCurrent (GIcontext context) |
Set active Context. | |
GIcontext GIAPIENTRY | giGetCurrent () |
Get active context. | |
void GIAPIENTRY | giDestroyContext (GIcontext context) |
Delete context and all associated data. |
Structures and functions for managing GI contexts.
GIcontext GIAPIENTRY giCreateContext | ( | ) |
Create new context.
void GIAPIENTRY giMakeCurrent | ( | GIcontext | context | ) |
Set active Context.
context | GI context to make current |
GIcontext GIAPIENTRY giGetCurrent | ( | ) |
Get active context.
void GIAPIENTRY giDestroyContext | ( | GIcontext | context | ) |
Delete context and all associated data.
context | GI context to destroy |