SlimDX graphics device.
Inheritance Hierarchy
DeltaEngine.Graphics Device
DeltaEngine.Graphics.SlimDX SlimDXDevice
Namespace: DeltaEngine.Graphics.SlimDX
Assembly: DeltaEngine.Graphics.SlimDX (in DeltaEngine.Graphics.SlimDX.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The SlimDXDevice type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SlimDXDevice | Initializes a new instance of the SlimDXDevice class |
Methods
Name | Description | |
---|---|---|
![]() | Clear | (Overrides Device Clear .) |
![]() | CreateCircularBuffer | (Overrides Device CreateCircularBuffer(ShaderWithFormat, BlendMode, VerticesMode).) |
![]() | DisableCulling | (Overrides Device DisableCulling .) |
![]() | DisableDepthTest | (Overrides Device DisableDepthTest .) |
![]() | Dispose | Releases all resources used by the SlimDXDevice (Overrides Device Dispose .) |
![]() | EnableClockwiseBackfaceCulling | (Overrides Device EnableClockwiseBackfaceCulling .) |
![]() | EnableDepthTest | (Overrides Device EnableDepthTest .) |
![]() | OnFullscreenChanged | (Overrides Device OnFullscreenChanged(Size, Boolean).) |
![]() | Present | (Overrides Device Present .) |
![]() | Set2DMode | (Inherited from Device.) |
![]() | Set3DMode | (Inherited from Device.) |
![]() | SetBlendMode | (Overrides Device SetBlendMode(BlendMode).) |
![]() | SetModelViewProjectionMatrixFor2D | (Inherited from Device.) |
![]() | SetViewport | (Overrides Device SetViewport(Size).) |
Fields
Name | Description | |
---|---|---|
![]() | DisposeNativeBuffers | |
![]() | ReloadNativeBuffersData | |
![]() | 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.) |
![]() | NativeDevice |
Events
Name | Description | |
---|---|---|
![]() | OnSet3DMode | (Inherited from Device.) |
See Also