SlimDXDevice ClassDelta Engine Documentation
SlimDX graphics device.
Inheritance Hierarchy

System Object
  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

public class SlimDXDevice : Device

The SlimDXDevice type exposes the following members.

Constructors

  NameDescription
Public methodSlimDXDevice
Initializes a new instance of the SlimDXDevice class
Top
Methods

  NameDescription
Public methodClear (Overrides Device Clear .)
Public methodCreateCircularBuffer (Overrides Device CreateCircularBuffer(ShaderWithFormat, BlendMode, VerticesMode).)
Protected methodDisableCulling (Overrides Device DisableCulling .)
Public methodDisableDepthTest (Overrides Device DisableDepthTest .)
Public methodDispose
Releases all resources used by the SlimDXDevice
(Overrides Device Dispose .)
Protected methodEnableClockwiseBackfaceCulling (Overrides Device EnableClockwiseBackfaceCulling .)
Public methodEnableDepthTest (Overrides Device EnableDepthTest .)
Protected methodOnFullscreenChanged (Overrides Device OnFullscreenChanged(Size, Boolean).)
Public methodPresent (Overrides Device Present .)
Public methodSet2DMode (Inherited from Device.)
Public methodSet3DMode (Inherited from Device.)
Public methodSetBlendMode (Overrides Device SetBlendMode(BlendMode).)
Public methodSetModelViewProjectionMatrixFor2D (Inherited from Device.)
Public methodSetViewport (Overrides Device SetViewport(Size).)
Top
Fields

  NameDescription
Public fieldDisposeNativeBuffers
Public fieldReloadNativeBuffersData
Protected fieldwindow (Inherited from Device.)
Top
Properties

  NameDescription
Public propertyCameraInvertedViewMatrix (Inherited from Device.)
Public propertyCameraProjectionMatrix (Inherited from Device.)
Public propertyCameraViewMatrix (Inherited from Device.)
Public propertyCullingMode (Inherited from Device.)
Public propertyCurrentlyUsedShader (Inherited from Device.)
Public propertyModelViewProjectionMatrix (Inherited from Device.)
Public propertyNativeDevice
Top
Events

  NameDescription
Public eventOnSet3DMode (Inherited from Device.)
Top
See Also