IGraphicsContext Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods for creating and interacting with an OpenGL context.
public interface IGraphicsContext : IDisposable
type IGraphicsContext = interface
interface IDisposable
- Derived
- Implements
Properties
ErrorChecking |
Gets or sets a System.Boolean, indicating whether automatic error checking should be performed. |
GraphicsMode |
Gets the GraphicsMode of this instance. |
IsCurrent |
Gets a Boolean indicating whether this instance is current in the calling thread. |
IsDisposed |
Gets a Boolean indicating whether this instance has been disposed. It is an error to access any instance methods if this property returns true. |
SwapInterval | |
VSync |
Obsolete.
Gets or sets a value indicating whether VSyncing is enabled. |
Methods
LoadAll() | |
MakeCurrent(IWindowInfo) | |
SwapBuffers() |
Swaps buffers, presenting the rendered scene to the user. |
Update(IWindowInfo) |