Base class for OpenGL-based graphics devices.
Inheritance Hierarchy
DeltaEngine.Graphics Device
DeltaEngine.Graphics.BaseOpenGL11 OpenGL11Device
DeltaEngine.Graphics.ES11 ES11Device
DeltaEngine.Graphics.GLFW2 GLFW2Device
DeltaEngine.Graphics.OpenTK11 OpenTK11Device
Namespace: DeltaEngine.Graphics.BaseOpenGL11
Assembly: DeltaEngine.Graphics.BaseOpenGL11 (in DeltaEngine.Graphics.BaseOpenGL11.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The OpenGL11Device type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OpenGL11Device | Initializes a new instance of the OpenGL11Device class |
Methods
Fields
Name | Description | |
---|---|---|
InvalidHandle | ||
window | (Inherited from Device.) |
Properties
Name | Description | |
---|---|---|
CameraInvertedViewMatrix | (Inherited from Device.) | |
CameraProjectionMatrix | (Inherited from Device.) | |
CameraViewMatrix | (Inherited from Device.) | |
CullingMode | (Inherited from Device.) | |
CurrentlyUsedShader | (Inherited from Device.) | |
ModelViewProjectionMatrix | (Inherited from Device.) |
Events
Name | Description | |
---|---|---|
OnSet3DMode | (Inherited from Device.) |
See Also