Property | Type | Description | |
---|---|---|---|
_initialized | bool |
Method | Description | |
---|---|---|
Clone ( ) : |
Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads.
|
|
Dispose ( ) : void |
|
|
EndCurrent ( ) : void |
This is called before another context is made current. By default, nothing is done here.
|
|
GLESContext ( ) : System |
|
|
SetCurrent ( ) : void |
Enable the context. All subsequent rendering commands will go here.
|