RenderResources Class |
Namespace: Lumiscaphe.Workshop.Interop
The RenderResources type exposes the following members.
| Name | Description | |
|---|---|---|
| Context |
Gets the OpenGL context.
| |
| IsDestroyed |
Gets a value indicating whether this instance is destroyed.
| |
| Resolution |
Gets the Frame Buffer Objects maximal resolution.
| |
| Samples |
Gets the hardware multi-sampling value.
|
| Name | Description | |
|---|---|---|
| Create |
Creates OpenGL resources in a specific OpenGL context.
| |
| Destroy |
Destroys the OpenGL resources.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Format the RenderResources to a String.
(Overrides ObjectToString.) |