RenderContext Properties |
The RenderContext type exposes the following members.
| Name | Description | |
|---|---|---|
| GpuAffinity |
Gets the GPU description for a GPU affinity context.
| |
| IsDestroyed |
Gets a value indicating whether this instance is destroyed.
| |
| IsFromCurrent |
Gets a value indicating whether the context is created from an external OpenGL context.
| |
| IsGpuAffinity |
Gets a value indicating whether the context supports the GPU affinity.
| |
| IsInitial |
Gets a value indicating whether the context is the initial OpenGL context.
| |
| IsStereo |
Gets a value indicating whether the context supports stereo rendering.
| |
| IsWindow |
Gets a value indicating whether the context is attached to a window handle.
| |
| SwapGroup |
Gets or sets a value indicating whether the window context belong to the swap group. It means that along window context belonging to the swap group are synchronized during the buffer swaps. | |
| TotalGpuMemMb |
Gets the total GPU memory in Mb.
| |
| UsedGpuMemMb |
Gets the GPU memory consumption in Mb used by the context.
| |
| VerticalSync |
Gets or sets a value indicating whether vertical synchronization is enabled.
|